mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Fix linting error
This commit is contained in:
parent
0f53fb7c68
commit
ac93621221
1 changed files with 2 additions and 4 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue