Fixed the test

This commit is contained in:
Jonathan Bobel
2023-07-27 09:36:58 -04:00
parent 18a53b972a
commit b9736f4cf6

View File

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