Renew: Attach uneligibility reason

This commit is contained in:
Karl Erik Õunapuu 2020-09-28 14:57:52 +03:00
parent 9976e3dd93
commit 29897043b0
No known key found for this signature in database
GPG key ID: C9DD647298A34764
3 changed files with 22 additions and 8 deletions

View file

@ -196,7 +196,7 @@ class EppDomainRenewBaseTest < EppTestCase
headers: { 'HTTP_COOKIE' => 'session=api_bestnames' }
domain.reload
assert_epp_response :object_is_not_eligible_for_renewal
assert_epp_response :object_status_prohibits_operation
assert_equal original_valid_to, domain.valid_to
end
end