mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 19:29:39 +02:00
Story #104525314 - Test: fix bd85e0b33c
paren required
This commit is contained in:
parent
8050059ad2
commit
1722e00e8c
1 changed files with 2 additions and 2 deletions
|
@ -2444,9 +2444,9 @@ describe 'EPP Domain', epp: true do
|
||||||
})
|
})
|
||||||
|
|
||||||
response = epp_plain_request(xml)
|
response = epp_plain_request(xml)
|
||||||
response[:results][0][:msg].should start_with
|
response[:results][0][:msg].should start_with(
|
||||||
"Element '{https://epp.tld.ee/schema/domain-eis-1.0.xsd}status', attribute 's': "\
|
"Element '{https://epp.tld.ee/schema/domain-eis-1.0.xsd}status', attribute 's': "\
|
||||||
"[facet 'enumeration'] The value 'invalidStatus' is not an element of the set "
|
"[facet 'enumeration'] The value 'invalidStatus' is not an element of the set ")
|
||||||
response[:results][0][:result_code].should == '2001'
|
response[:results][0][:result_code].should == '2001'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue