Story #104525314 - Test: fix bd85e0b33c paren required

This commit is contained in:
Matt Farnsworth 2015-11-09 17:09:54 +02:00
parent 8050059ad2
commit 1722e00e8c

View file

@ -2444,9 +2444,9 @@ describe 'EPP Domain', epp: true do
})
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': "\
"[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'
end