mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Redirect Registrar.referralUrl UI actions to url field
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=196597051
This commit is contained in:
parent
de5645abd9
commit
6cdbde107f
23 changed files with 18 additions and 59 deletions
|
@ -165,6 +165,7 @@ public final class AppEngineRule extends ExternalResource {
|
|||
.setState(State.ACTIVE)
|
||||
.setEmailAddress("new.registrar@example.com")
|
||||
.setIcannReferralEmail("lol@sloth.test")
|
||||
.setUrl("http://my.fake.url")
|
||||
.setInternationalizedAddress(new RegistrarAddress.Builder()
|
||||
.setStreet(ImmutableList.of("123 Example Boulevard"))
|
||||
.setCity("Williamsburg")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue