diff --git a/src/registrar/tests/test_views_portfolio.py b/src/registrar/tests/test_views_portfolio.py index 9c27dcb15..59c7a6f33 100644 --- a/src/registrar/tests/test_views_portfolio.py +++ b/src/registrar/tests/test_views_portfolio.py @@ -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, )