mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +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
|
@ -24,7 +24,7 @@ about the action needed from you. You may need to update your application or
|
|||
provide additional information.
|
||||
|
||||
- If you do not receive a separate email with these details, please contact us:
|
||||
<https://forms.office.com/pages/responsepage.aspx?id=bOfNPG2UEkq7evydCEI1SqHke9Gh6wJEl3kQ5EjWUKlUQzRJWDlBNTBCQUxTTzBaNlhTWURSSTBLTC4u>
|
||||
<https://forms.office.com/pages/responsepage.aspx?id=bOfNPG2UEkq7evydCEI1SqHke9Gh6wJEl3kQ5EjWUKlUQzRJWDlBNTBCQUxTTzBaNlhTWURSSTBLTC4u>
|
||||
|
||||
|
||||
THANK YOU
|
||||
|
|
|
@ -191,7 +191,7 @@ class TestDomainApplicationAdmin(TestCase):
|
|||
email_body = email_content["Simple"]["Body"]["Text"]["Data"]
|
||||
|
||||
# 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(to_email, EMAIL)
|
||||
self.assertIn(expected_string, email_body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue