mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 17:56:11 +02:00
linter
This commit is contained in:
parent
9985125a0a
commit
92b1b0c261
1 changed files with 4 additions and 1 deletions
|
@ -191,7 +191,10 @@ class TestDomainApplicationAdmin(TestCase):
|
||||||
email_body = email_content["Simple"]["Body"]["Text"]["Data"]
|
email_body = email_content["Simple"]["Body"]["Text"]["Data"]
|
||||||
|
|
||||||
# Assert or perform other checks on the email details
|
# Assert or perform other checks on the email details
|
||||||
expected_string = "Your .gov domain request requires a follow-up action to help with our review."
|
expected_string = (
|
||||||
|
"Your .gov domain request requires a follow-up action "
|
||||||
|
"to help with our review."
|
||||||
|
)
|
||||||
self.assertEqual(from_email, settings.DEFAULT_FROM_EMAIL)
|
self.assertEqual(from_email, settings.DEFAULT_FROM_EMAIL)
|
||||||
self.assertEqual(to_email, EMAIL)
|
self.assertEqual(to_email, EMAIL)
|
||||||
self.assertIn(expected_string, email_body)
|
self.assertIn(expected_string, email_body)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue