mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
Change OTE "fake" address state to a valid value
Currently, OTE creates an invalid address "state", which doesn't pass validation when trying to update it on the console. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=221372006
This commit is contained in:
@@ -209,7 +209,7 @@ final class SetupOteCommand extends ConfirmingCommand implements CommandWithRemo
|
||||
command.ipWhitelist = ipWhitelist;
|
||||
command.street = ImmutableList.of("e-street");
|
||||
command.city = "Neverland";
|
||||
command.state = "ofmind";
|
||||
command.state = "NY";
|
||||
command.countryCode = "US";
|
||||
command.zip = "55555";
|
||||
command.email = Optional.of("foo@neverland.com");
|
||||
|
||||
Reference in New Issue
Block a user