diff --git a/securedrop/tests/test_source.py b/securedrop/tests/test_source.py index c28b9a8ebf6..536f7a2a4ab 100644 --- a/securedrop/tests/test_source.py +++ b/securedrop/tests/test_source.py @@ -255,7 +255,7 @@ def test_login_and_logout(source_app): # This is part of the logout page message instructing users # to click the 'New Identity' icon - assert 'This will clear your Tor browser activity data' in text + assert 'This will clear your Tor Browser activity data' in text def test_user_must_log_in_for_protected_views(source_app):