From c7fa22a64f458007a09519af2b320fb62eb02255 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:55:39 -0700 Subject: [PATCH] Fix test (again) --- src/registrar/tests/test_views_portfolio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )