mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
Fixed test test_submission_confirmation_current_website_spacing
This commit is contained in:
parent
0b503442a8
commit
9300b06d4c
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 website for")
|
||||
self.assertRegex(body, r"5555\n\nCurrent websites for")
|
||||
self.assertRegex(body, r"city.com\n\n.gov domain:")
|
||||
|
||||
@boto3_mocking.patching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue