diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index 5c342da70..741f7cc06 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -31,8 +31,8 @@ def test_non_logged_in_user_can_see_homepage( assert normalize_spaces(page.select_one('#whos-using-notify').text) == ( 'Who’s using US Notify ' - 'There are 111 organisations and 9,999 services using Notify. ' - 'See the list of services and organisations.' + 'There are 111 organizations and 9,999 services using Notify. ' + 'See the list of services and organizations.' ) assert page.select_one('#whos-using-notify a')['href'] == url_for( 'main.performance'