mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Change blocked domain error message #2564
This commit is contained in:
parent
0ea07de2d1
commit
a70273a3b9
4 changed files with 8 additions and 5 deletions
|
@ -272,8 +272,8 @@ describe 'EPP Domain', epp: true do
|
|||
xml = domain_create_xml(name: { value: 'ftp.ee' })
|
||||
|
||||
response = epp_plain_request(xml)
|
||||
response[:msg].should == 'Domain name is blocked [name_dirty]'
|
||||
response[:result_code].should == '2302'
|
||||
response[:msg].should == 'Data management policy violation: Domain name is blocked [name]'
|
||||
response[:result_code].should == '2308'
|
||||
response[:results][0][:value].should == 'ftp.ee'
|
||||
response[:clTRID].should == 'ABC-12345'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue