mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +02:00
formatted code for readability
This commit is contained in:
parent
ddb7ed2d6c
commit
6a0c483288
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue