mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 17:56:11 +02:00
Fix unit test for the action needed email
This commit is contained in:
parent
4e6e98002a
commit
e639d944e9
1 changed files with 2 additions and 2 deletions
|
@ -192,8 +192,8 @@ class TestDomainApplicationAdmin(TestCase):
|
||||||
|
|
||||||
# Assert or perform other checks on the email details
|
# Assert or perform other checks on the email details
|
||||||
expected_string = (
|
expected_string = (
|
||||||
"Your .gov domain request requires a follow-up action "
|
"We've identified an action needed to complete the "
|
||||||
"to help with our review."
|
"review of your .gov domain request."
|
||||||
)
|
)
|
||||||
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue