Fix some CC issues

This commit is contained in:
Karl Erik Õunapuu 2021-02-08 12:01:19 +02:00
parent 2dff215128
commit 115cefc0cf
No known key found for this signature in database
GPG key ID: C9DD647298A34764
2 changed files with 8 additions and 5 deletions

View file

@ -69,7 +69,7 @@ class ReppV1DomainsBulkRenewTest < ActionDispatch::IntegrationTest
assert_response :bad_request
assert_equal 2002, json[:code]
assert_equal 'Not enough funds for renew domains', json[:message]
assert_equal 'Domain Billing failure - credit balance low', json[:message]
end
end