mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +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
|
# submitter's email is mayor@igorville.gov
|
||||||
application = completed_application()
|
application = completed_application()
|
||||||
|
|
||||||
with boto3_mocking.clients.handler_for("sesv2", self.mock_client):
|
with boto3_mocking.clients.handler_for("sesv2", self.mock_client):
|
||||||
application.submit()
|
application.submit()
|
||||||
|
|
||||||
# check to see if an email was sent
|
# check to see if an email was sent
|
||||||
self.assertGreater(
|
self.assertGreater(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue