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.' )