mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 10:49:39 +02:00
Fix tests #2564
This commit is contained in:
parent
b18960c32a
commit
bfe9086ec0
3 changed files with 5 additions and 3 deletions
|
@ -272,8 +272,9 @@ describe 'EPP Domain', epp: true do
|
|||
xml = domain_create_xml(name: { value: 'ftp.ee' })
|
||||
|
||||
response = epp_plain_request(xml)
|
||||
response[:result_code].should == '2302'
|
||||
response[:msg].should == 'Domain name is blocked [name_dirty]'
|
||||
response[:result_code].should == '2302'
|
||||
response[:results][0][:value].should == 'ftp.ee'
|
||||
response[:clTRID].should == 'ABC-12345'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue