diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index 568e90777..b14b4b356 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -8,6 +8,7 @@ from freezegun import freeze_time from tests.conftest import SERVICE_ONE_ID, normalize_spaces + def test_non_logged_in_user_can_see_homepage( client_request, mock_get_service_and_organization_counts, mocker ):