mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 19:39:23 +02:00
Update availability test
This commit is contained in:
parent
5e8e50dcbc
commit
4d3c7b94f5
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class AvailableViewTest(MockEppLib):
|
|||
error_domain_response = available(request, domain="errordomain.gov")
|
||||
self.assertFalse(json.loads(error_domain_response.content)["available"])
|
||||
self.assertEqual(
|
||||
GenericError._error_mapping[GenericErrorCodes.CANNOT_CONTACT_REGISTRY],
|
||||
GenericError.get_error_message(GenericErrorCodes.CANNOT_CONTACT_REGISTRY),
|
||||
json.loads(error_domain_response.content)["message"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue