Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
asaki222 committed Oct 25, 2024
1 parent 52c2132 commit b5f705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/tests/test_views_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def test_domain_request_form_submission(self):
# Review page contains all the previously entered data
# Let's make sure the long org name is displayed
self.assertContains(review_page, "Federal")
self.assertContains(review_page, "executive")
self.assertContains(review_page, "Executive")
self.assertContains(review_page, "Testorg")
self.assertContains(review_page, "address 1")
self.assertContains(review_page, "address 2")
Expand Down

0 comments on commit b5f705f

Please sign in to comment.