From f329c5878c88d5767f9c361286cc235bc03d1ccc Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:06:13 -0700 Subject: [PATCH] Black formatting --- src/registrar/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."""