updated test

This commit is contained in:
David Kennedy 2024-01-26 15:59:44 -05:00
parent e2537d6890
commit 8a37f432c4
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

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