From d117f313a2c37607ac7d685bd01706f2ea30fcdf Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 15 Nov 2017 13:28:35 +0000 Subject: [PATCH] Fix typo in tests --- 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 1f6e46b33..d3961c54d 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -12,7 +12,7 @@ def test_non_logged_in_user_can_see_homepage( page = BeautifulSoup(response.data.decode('utf-8'), 'html.parser') assert page.select_one('meta[name=description]')['content'].startswith( - 'GOV.UK Notify lets your send emails and text messages' + 'GOV.UK Notify lets you send emails and text messages' )