Fix unit test for the action needed email

This commit is contained in:
rachidatecs 2023-08-01 15:41:48 -04:00
parent 4e6e98002a
commit e639d944e9
No known key found for this signature in database
GPG key ID: 3CEBBFA7325E5525

View file

@ -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)