mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 19:59:38 +02:00
Allow other registrars to see that domain is registered already
This commit is contained in:
parent
8d24fe7b00
commit
4eed47fdf1
5 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue