From c3f5c9504399d05c381454cb288f92f7fcb6ab3c Mon Sep 17 00:00:00 2001 From: Neil MartinsenBurrell Date: Thu, 8 Dec 2022 18:45:40 -0600 Subject: [PATCH] Update src/registrar/tests/test_views.py --- src/registrar/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/tests/test_views.py b/src/registrar/tests/test_views.py index 7de062da3..9b87c4973 100644 --- a/src/registrar/tests/test_views.py +++ b/src/registrar/tests/test_views.py @@ -576,7 +576,7 @@ class DomainApplicationTests(TestWithUser, WebTest): ) self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id) contact_page = election_result.follow() - self.assertNotContains(contact_page, "Top level federal agency") + self.assertNotContains(contact_page, "Federal agency") @skip("WIP") def test_application_edit_restore(self):