Skip to content

Commit

Permalink
Fix test (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics committed Nov 13, 2024
1 parent 973df82 commit c7fa22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/tests/test_views_portfolio.py
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@ def test_requesting_entity_page_errors(self):
self.assertContains(response, "Enter the city where your suborganization is located.", status_code=200)
self.assertContains(
response,
"Select the state, territory, or military post where your suborganization is located",
"Select the state, territory, or military post where your suborganization is located.",
status_code=200,
)

Expand Down

0 comments on commit c7fa22a

Please sign in to comment.