Fix linting error

This commit is contained in:
igorkorenfeld 2023-01-20 17:40:00 -05:00
parent 0f53fb7c68
commit ac93621221
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -788,7 +788,6 @@ class DomainApplicationTests(TestWithUser, WebTest):
# ---- AO CONTACT PAGE ----
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
ao_page = org_contact_result.follow()
ao_form = ao_page.form
self.assertContains(ao_page, "Domain requests from executive branch agencies")
# Go back to organization type page and change type
@ -806,7 +805,6 @@ class DomainApplicationTests(TestWithUser, WebTest):
ao_page = election_page.click(str(self.TITLES["authorizing_official"]), index=0)
self.assertContains(ao_page, "Domain requests from <strong>cities</strong>")
@skip("WIP")
def test_application_edit_restore(self):
"""