mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Update test_admin.py
This commit is contained in:
parent
3ffad88b5d
commit
8febb199ea
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ class TestDomainAdmin(MockEppLib):
|
|||
"""
|
||||
self.client.force_login(self.superuser)
|
||||
application = completed_application(status=DomainApplication.ApplicationStatus.IN_REVIEW)
|
||||
with boto3_mocking.clients.handler_for("sesv2", self.mock_client):
|
||||
mock_client = MockSESClient()
|
||||
with boto3_mocking.clients.handler_for("sesv2", mock_client):
|
||||
with less_console_noise():
|
||||
application.approve()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue