mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-02 17:23:32 +02:00
fix indent error
This commit is contained in:
parent
22ef6ddc5b
commit
3318892d68
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ class TestDomainApplication(TestCase):
|
|||
# submitter's email is mayor@igorville.gov
|
||||
application = completed_application()
|
||||
|
||||
with boto3_mocking.clients.handler_for("sesv2", self.mock_client):
|
||||
application.submit()
|
||||
with boto3_mocking.clients.handler_for("sesv2", self.mock_client):
|
||||
application.submit()
|
||||
|
||||
# check to see if an email was sent
|
||||
self.assertGreater(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue