mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
parent
03c81c4c5d
commit
79d9c631f5
6 changed files with 25 additions and 17 deletions
|
@ -64,7 +64,7 @@ class EppDomainDeleteBaseTest < EppTestCase
|
|||
assert_no_difference 'Domain.count' do
|
||||
post '/epp/command/delete', { frame: request_xml }, 'HTTP_COOKIE' => 'session=api_bestnames'
|
||||
end
|
||||
assert_epp_response :object_is_not_eligible_for_renewal
|
||||
assert_epp_response :object_status_prohibits_operation
|
||||
end
|
||||
|
||||
def test_requests_registrant_confirmation_when_required
|
||||
|
|
|
@ -47,6 +47,6 @@ class EppDomainUpdateTest < EppTestCase
|
|||
XML
|
||||
|
||||
post '/epp/command/update', { frame: request_xml }, 'HTTP_COOKIE' => 'session=api_bestnames'
|
||||
assert_epp_response :object_is_not_eligible_for_renewal
|
||||
assert_epp_response :object_status_prohibits_operation
|
||||
end
|
||||
end
|
||||
|
|
|
@ -86,7 +86,7 @@ class EppDomainTransferRequestTest < EppTestCase
|
|||
@domain.reload
|
||||
|
||||
assert_equal registrars(:bestnames), @domain.registrar
|
||||
assert_epp_response :object_is_not_eligible_for_renewal
|
||||
assert_epp_response :object_is_not_eligible_for_transfer
|
||||
end
|
||||
|
||||
def test_same_registrar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue