Black formatting

This commit is contained in:
zandercymatics 2023-12-18 15:06:13 -07:00
parent 09a70fd9f3
commit f329c5878c
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -1503,7 +1503,7 @@ class TestDomainManagers(TestDomainOverview):
self.assertNotIn("First", email_content) self.assertNotIn("First", email_content)
self.assertNotIn("Last", email_content) self.assertNotIn("Last", email_content)
self.assertNotIn("First Last", email_content) self.assertNotIn("First Last", email_content)
@boto3_mocking.patching @boto3_mocking.patching
def test_domain_invitation_email_has_email_as_requester_staff(self): def test_domain_invitation_email_has_email_as_requester_staff(self):
"""Inviting a user sends them an email, with email as the name.""" """Inviting a user sends them an email, with email as the name."""