mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Test fix #2564
This commit is contained in:
parent
d93d43e75c
commit
9580e834df
2 changed files with 3 additions and 17 deletions
|
@ -203,7 +203,7 @@ describe 'EPP Domain', epp: true do
|
|||
|
||||
response = epp_plain_request(xml)
|
||||
response[:result_code].should == '2302'
|
||||
response[:msg].should == 'Domain name is reserved or restricted [name_dirty]'
|
||||
response[:msg].should == 'Domain name is reserved [name_dirty]'
|
||||
response[:clTRID].should == 'ABC-12345'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue