Skip to content

Commit

Permalink
put back space
Browse files Browse the repository at this point in the history
  • Loading branch information
asaki222 committed Oct 31, 2024
1 parent 9d48f4a commit 24164f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registrar/tests/test_views_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ def test_domain_request_form_submission(self):
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
review_page = requirements_result.follow()
review_form = review_page.forms[0]

# Review page contains all the previously entered data
# Let's make sure the long org name is displayed
self.assertContains(review_page, "Federal")
Expand Down

0 comments on commit 24164f3

Please sign in to comment.