mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
updated code for readability
This commit is contained in:
parent
e0df3ed453
commit
60f10cb3cd
1 changed files with 4 additions and 2 deletions
|
@ -611,7 +611,9 @@ class FinishUserProfileTests(TestWithUser, WebTest):
|
||||||
finish_setup_form = completed_setup_page.form
|
finish_setup_form = completed_setup_page.form
|
||||||
|
|
||||||
# Submit the form using the specific submit button to execute the redirect
|
# Submit the form using the specific submit button to execute the redirect
|
||||||
completed_setup_page = self._submit_form_webtest(finish_setup_form, follow=True, name="contact_setup_submit_button")
|
completed_setup_page = self._submit_form_webtest(
|
||||||
|
finish_setup_form, follow=True, name="contact_setup_submit_button"
|
||||||
|
)
|
||||||
self.assertEqual(completed_setup_page.status_code, 200)
|
self.assertEqual(completed_setup_page.status_code, 200)
|
||||||
|
|
||||||
# Assert that we are still on the
|
# Assert that we are still on the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue