mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
parent
77678681a6
commit
e01f412d76
3 changed files with 16 additions and 6 deletions
|
@ -115,10 +115,9 @@ class EppDomainTransferRequestTest < EppTestCase
|
|||
|
||||
post '/epp/command/transfer', { frame: request_xml }, { 'HTTP_COOKIE' => 'session=api_goodnames' }
|
||||
@domain.reload
|
||||
refute_equal @new_registrar, @domain.registrar
|
||||
|
||||
# https://github.com/internetee/registry/issues/686
|
||||
assert_epp_response :authorization_error
|
||||
assert_epp_response :invalid_authorization_information
|
||||
refute_equal @new_registrar, @domain.registrar
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue