mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
removed pdf test
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user