formatted code for readability

This commit is contained in:
David Kennedy 2024-11-18 14:11:30 -05:00
parent ddb7ed2d6c
commit 6a0c483288
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -340,7 +340,9 @@ class TestDomainDetail(TestDomainOverview):
detail_page = self.client.get(reverse("domain", kwargs={"pk": self.domain.id}))
self.assertNotContains(detail_page, "To manage information for this domain, you must add yourself as a domain manager.")
self.assertNotContains(
detail_page, "To manage information for this domain, you must add yourself as a domain manager."
)
@less_console_noise_decorator
@override_flag("organization_feature", active=True)