mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02: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:
parent
75add42a1b
commit
e51cf3e9c7
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue