mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Catch strangler
This commit is contained in:
parent
401ad77385
commit
3ffad88b5d
2 changed files with 5 additions and 2 deletions
|
@ -59,7 +59,9 @@ class TestDomainAdmin(MockEppLib):
|
|||
"""
|
||||
self.client.force_login(self.superuser)
|
||||
application = completed_application(status=DomainApplication.ApplicationStatus.IN_REVIEW)
|
||||
application.approve()
|
||||
with boto3_mocking.clients.handler_for("sesv2", self.mock_client):
|
||||
with less_console_noise():
|
||||
application.approve()
|
||||
|
||||
response = self.client.get("/admin/registrar/domain/")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue