From b9736f4cf6568ebd8e8d766dd62bbf2eb45d1348 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Thu, 27 Jul 2023 09:36:58 -0400 Subject: [PATCH] Fixed the test --- tests/app/main/views/test_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index 13af3338e..c42bc7f4f 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -24,7 +24,7 @@ def test_non_logged_in_user_can_see_homepage( ) assert page.select_one('meta[name=description]')['content'].strip() == ( - 'U.S. Notify lets you send text messages to your users. ' + 'Notify.gov lets you send text messages to your users. ' 'Try it now if you work in federal, state, or local government.' )