mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Validate only puny label length #2608
This commit is contained in:
parent
1654f87e04
commit
5c68eb558c
6 changed files with 21 additions and 16 deletions
|
@ -193,7 +193,7 @@ describe 'EPP Domain', epp: true do
|
|||
xml = domain_create_xml(name: { value: "#{'ä' * 63}.ee" })
|
||||
|
||||
response = epp_plain_request(xml)
|
||||
response[:msg].should == 'Domain name is too long (maximum is 63 characters) [name_puny]'
|
||||
response[:msg].should == 'Domain name is too long (maximum is 63 characters) [puny_label]'
|
||||
response[:result_code].should == '2005'
|
||||
response[:clTRID].should == 'ABC-12345'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue