mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
One registrar can not see other registrars domains test
This commit is contained in:
parent
c1b24d6b71
commit
4637b7b717
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ describe 'EPP Domain', epp: true do
|
|||
Fabricate(:domain, name: 'example.ee', registrar: elkdata)
|
||||
end
|
||||
|
||||
it 'can not see other registrar domains' do
|
||||
response = epp_request(domain_info_xml, :xml)
|
||||
expect(response[:result_code]).to eq('2303')
|
||||
expect(response[:msg]).to eq('Domain not found')
|
||||
end
|
||||
|
||||
it 'transfers a domain' do
|
||||
response = epp_request(domain_transfer_xml, :xml)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue