mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +02:00
updated test to reflect change in how other employees are displayed in email
This commit is contained in:
parent
80fa188e7c
commit
04c3d4c711
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class TestEmails(TestCase):
|
|||
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\nNo other employees")
|
||||
self.assertRegex(body, r"5556\n\nOther employees")
|
||||
self.assertRegex(body, r"None\n\nAnything else")
|
||||
|
||||
@boto3_mocking.patching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue