mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +02:00
Update src/registrar/tests/test_emails.py
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
parent
938e501a6c
commit
c297ec125d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class TestEmails(TestCase):
|
|||
body = kwargs["Content"]["Simple"]["Body"]["Text"]["Data"]
|
||||
self.assertIn("Current websites:", body)
|
||||
# spacing should be right between adjacent elements
|
||||
self.assertRegex(body, r"5555\n\nCurrent websites")
|
||||
self.assertRegex(body, r"5555\n\nCurrent websites:")
|
||||
self.assertRegex(body, r"city.com\n\n.gov domain:")
|
||||
|
||||
@boto3_mocking.patching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue