From 8a37f432c4f5855fdef55abbc6c1aef1cba0512c Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Fri, 26 Jan 2024 15:59:44 -0500 Subject: [PATCH] updated test --- src/registrar/tests/test_emails.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/registrar/tests/test_emails.py b/src/registrar/tests/test_emails.py index 0560cab33..f2a94a186 100644 --- a/src/registrar/tests/test_emails.py +++ b/src/registrar/tests/test_emails.py @@ -102,7 +102,6 @@ class TestEmails(TestCase): application.submit() _, kwargs = self.mock_client.send_email.call_args body = kwargs["Content"]["Simple"]["Body"]["Text"]["Data"] - self.assertNotIn("Other employees from your organization:", body) # spacing should be right between adjacent elements self.assertRegex(body, r"5556\n\nOther employees") self.assertRegex(body, r"None\n\nAnything else")