mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Delete and transfer to cancan
This commit is contained in:
parent
8a8da67d38
commit
010cc81e10
4 changed files with 11 additions and 71 deletions
|
@ -984,7 +984,7 @@ describe 'EPP Domain', epp: true do
|
|||
|
||||
response = epp_plain_request(xml, :xml)
|
||||
response[:result_code].should == '2201'
|
||||
response[:msg].should == 'Authorization error [auth_info]'
|
||||
response[:msg].should == 'Authorization error'
|
||||
end
|
||||
|
||||
it 'ignores transfer when owner registrar requests transfer' do
|
||||
|
@ -1031,7 +1031,7 @@ describe 'EPP Domain', epp: true do
|
|||
epp_plain_request(xml, :xml) # transfer domain
|
||||
response = epp_plain_request(xml, :xml) # attempt second transfer
|
||||
response[:result_code].should == '2201'
|
||||
response[:msg].should == 'Authorization error [auth_info]'
|
||||
response[:msg].should == 'Authorization error'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue