Merge branch 'staging' of github.com:internetee/registry into staging

This commit is contained in:
Stas 2015-11-11 11:59:38 +02:00
parent 6be6ca5a94
commit 40e74a2ed4
7 changed files with 65 additions and 33 deletions

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