mirror of
https://github.com/google/nomulus
synced 2026-09-13 03:24:34 +00:00
Wire in domain transfer custom pricing and add a test
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=142593949
This commit is contained in:
@@ -94,7 +94,7 @@ public class DomainTransferApproveFlowTest
|
||||
.build());
|
||||
setClientIdForFlow("TheRegistrar");
|
||||
createTld("extra");
|
||||
setupDomainWithPendingTransfer();
|
||||
setupDomainWithPendingTransfer("example", "tld");
|
||||
clock.advanceOneMilli();
|
||||
}
|
||||
|
||||
@@ -278,7 +278,7 @@ public class DomainTransferApproveFlowTest
|
||||
.asBuilder()
|
||||
.setTransferGracePeriodLength(Duration.standardMinutes(10))
|
||||
.build());
|
||||
setupDomainWithPendingTransfer("net");
|
||||
setupDomainWithPendingTransfer("example", "net");
|
||||
doSuccessfulTest(
|
||||
"net",
|
||||
"domain_transfer_approve_net.xml",
|
||||
|
||||
Reference in New Issue
Block a user