mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
formatted for linter
This commit is contained in:
parent
3ec910c37a
commit
570c5c3020
1 changed files with 13 additions and 11 deletions
|
@ -1709,7 +1709,9 @@ class TestDomainContactInformation(TestDomainOverview):
|
||||||
|
|
||||||
# attempt to view domain contact information page
|
# attempt to view domain contact information page
|
||||||
with less_console_noise():
|
with less_console_noise():
|
||||||
response = self.client.get(reverse("domain-your-contact-information", kwargs={"pk": self.domain_on_hold.id}))
|
response = self.client.get(
|
||||||
|
reverse("domain-your-contact-information", kwargs={"pk": self.domain_on_hold.id})
|
||||||
|
)
|
||||||
self.assertEqual(response.status_code, 403)
|
self.assertEqual(response.status_code, 403)
|
||||||
|
|
||||||
def test_domain_your_contact_information_content(self):
|
def test_domain_your_contact_information_content(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue