From a11bd0e34425193ae0ff75b2d396d821063a4127 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Fri, 25 Oct 2024 13:33:08 -0700 Subject: [PATCH] removed pdf test --- tests/app/main/views/test_index.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index a84752540..520351349 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -114,12 +114,6 @@ def test_hiding_pages_from_search_engines( def test_static_pages(client_request, mock_get_organization_by_domain, view, mocker): mocker.patch("app.notify_client.user_api_client.UserApiClient.deactivate_user") - # Skipping the rules_and_regulations page due to missing PDF - if view == "rules_and_regulations": - pytest.skip( - "Skipping test for 'rules_and_regulations' due to missing PDF file." - ) - # Function to check if a view is feature-flagged and should return 404 when disabled def is_feature_flagged(view):