This commit is contained in:
Martin Lensment 2015-03-20 11:12:50 +02:00
parent 3bd5be4e22
commit d8828750d9

View file

@ -691,7 +691,7 @@ describe 'EPP Domain', epp: true do
})
response = epp_plain_request(xml, :xml)
response[:msg].should == 'Admin contact can be only citizen'
response[:msg].should == 'Admin contact can be only private person'
response[:result_code].should == '2306'
end
end