diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index 9e17bb7f4..9f5bf51e4 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -132,7 +132,6 @@ def test_static_pages(client_request, mock_get_organization_by_domain, view, moc ) - def test_guidance_pages_link_to_service_pages_when_signed_in(client_request, mocker): mocker.patch("app.notify_client.user_api_client.UserApiClient.deactivate_user") @@ -160,7 +159,6 @@ def test_guidance_pages_link_to_service_pages_when_signed_in(client_request, moc request(_expected_status=302) - @pytest.mark.parametrize( ("view", "expected_view"), [