mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Fix remaining linting issue
This commit is contained in:
parent
ac93621221
commit
e44d4c6c25
1 changed files with 1 additions and 2 deletions
|
@ -792,8 +792,7 @@ class DomainApplicationTests(TestWithUser, WebTest):
|
|||
|
||||
# Go back to organization type page and change type
|
||||
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
||||
first_page = ao_page.click(str(self.TITLES["organization_type"]), index=0)
|
||||
type_form = type_page.form
|
||||
ao_page.click(str(self.TITLES["organization_type"]), index=0)
|
||||
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
||||
type_form["organization_type-organization_type"] = "city"
|
||||
type_result = type_form.submit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue