Updated private person message

This commit is contained in:
Priit Tark 2015-03-30 10:37:42 +03:00
parent 4949d958a1
commit 67b2bd83b8
2 changed files with 2 additions and 2 deletions

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 private person'
response[:msg].should == 'Admin contact can be private person only'
response[:result_code].should == '2306'
end
end