mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
Remove reference to TldSpecificLogic
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149030846
This commit is contained in:
@@ -936,7 +936,7 @@ public class DomainApplicationCreateFlowTest
|
||||
persistResource(new LrpTokenEntity.Builder()
|
||||
.setToken("lrptokentest")
|
||||
// The below assignee doesn't really make sense here, but as of right now the validation
|
||||
// in TldSpecificLogicProxy is just a match on the domain name, so this test ensures that
|
||||
// in DomainPricingLogic is just a match on the domain name, so this test ensures that
|
||||
// the registration fails due to invalid TLDs even if everything else otherwise matches.
|
||||
.setAssignee("test-validate.tld")
|
||||
.setValidTlds(ImmutableSet.of("other"))
|
||||
|
||||
Reference in New Issue
Block a user