formatted for linter

This commit is contained in:
David Kennedy 2023-11-22 11:50:18 -05:00
parent 3ec910c37a
commit 570c5c3020
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -1709,7 +1709,9 @@ class TestDomainContactInformation(TestDomainOverview):
# attempt to view domain contact information page
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)
def test_domain_your_contact_information_content(self):