Allow other registrars to see that domain is registered already

This commit is contained in:
Martin Lensment 2014-09-18 11:30:31 +03:00
parent 8d24fe7b00
commit 4eed47fdf1
5 changed files with 11 additions and 10 deletions

View file

@ -46,8 +46,8 @@ describe 'EPP Domain', epp: true do
it 'can not see other registrar domains' do
response = epp_request(domain_info_xml, :xml, :elkdata)
expect(response[:result_code]).to eq('2303')
expect(response[:msg]).to eq('Domain not found')
expect(response[:result_code]).to eq('2302')
expect(response[:msg]).to eq('Domain exists but belongs to other registrar')
end
it 'transfers a domain' do