mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 23:16:36 +02:00
update unit test for action needed
This commit is contained in:
parent
10c1d94a46
commit
9985125a0a
2 changed files with 2 additions and 2 deletions
|
@ -191,7 +191,7 @@ 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 your attention."
|
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