mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Fix linter issue
This commit is contained in:
parent
c0a0ae41e0
commit
04e7eba983
1 changed files with 0 additions and 2 deletions
|
@ -881,7 +881,6 @@ class DomainApplicationTests(TestWithUser, WebTest):
|
|||
# ---- DOTGOV DOMAIN PAGE ----
|
||||
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
||||
dotgov_page = current_sites_result.follow()
|
||||
dotgov_form = dotgov_page.form
|
||||
|
||||
self.assertContains(dotgov_page, "medicare.gov")
|
||||
|
||||
|
@ -900,7 +899,6 @@ class DomainApplicationTests(TestWithUser, WebTest):
|
|||
self.assertContains(dotgov_page, "BlufftonIndiana.gov")
|
||||
self.assertNotContains(dotgov_page, "medicare.gov")
|
||||
|
||||
|
||||
@skip("WIP")
|
||||
def test_application_edit_restore(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue