diff --git a/src/registrar/tests/test_views.py b/src/registrar/tests/test_views.py index 7dde0696a..8b9d8ab80 100644 --- a/src/registrar/tests/test_views.py +++ b/src/registrar/tests/test_views.py @@ -1503,7 +1503,7 @@ class TestDomainManagers(TestDomainOverview): self.assertNotIn("First", email_content) self.assertNotIn("Last", email_content) self.assertNotIn("First Last", email_content) - + @boto3_mocking.patching def test_domain_invitation_email_has_email_as_requester_staff(self): """Inviting a user sends them an email, with email as the name."""