mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 19:39:23 +02:00
Linting
This commit is contained in:
parent
2e002c81bf
commit
dc7a4f4389
2 changed files with 1 additions and 4 deletions
|
@ -401,9 +401,7 @@ class DomainApplicationTests(TestWithUser, WebTest):
|
|||
other_contacts_result = other_contacts_form.submit()
|
||||
|
||||
self.assertEquals(other_contacts_result.status_code, 302)
|
||||
self.assertEquals(
|
||||
other_contacts_result["Location"], "/register/anything_else/"
|
||||
)
|
||||
self.assertEquals(other_contacts_result["Location"], "/register/anything_else/")
|
||||
num_pages_tested += 1
|
||||
|
||||
# ---- ANYTHING ELSE PAGE ----
|
||||
|
|
|
@ -426,7 +426,6 @@ class OtherContacts(ApplicationWizard):
|
|||
forms = [forms.OtherContactsFormSet, forms.NoOtherContactsForm]
|
||||
|
||||
|
||||
|
||||
class AnythingElse(ApplicationWizard):
|
||||
template_name = "application_anything_else.html"
|
||||
forms = [forms.AnythingElseForm]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue