mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 00:47:11 +02:00
Remove reference to TldSpecificLogic
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149030846
This commit is contained in:
parent
3a7f67b7f3
commit
b1b69656bd
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue