From cbfa11575dbcc21184a6ac06b9f66bafc441410a Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Mon, 13 Jan 2025 11:50:16 -0500 Subject: [PATCH] updated backstop files --- tests/app/main/views/test_index.py | 2 -- 1 file changed, 2 deletions(-) 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"), [