Fix typo in tests

This commit is contained in:
Chris Hill-Scott
2017-11-15 13:28:35 +00:00
committed by GitHub
parent c39821f72e
commit d117f313a2

View File

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