Fix remaining linting issue

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

View file

@ -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()