From 05e73da4e8ce64f1803639dc2c23b3c3c1f96559 Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Sun, 12 Jan 2025 18:07:22 -0500 Subject: [PATCH] Fixing unit tests ' --- tests/app/main/views/test_index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index bae474c41..8c6c7b7a7 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -111,7 +111,6 @@ def test_static_pages(client_request, mock_get_organization_by_domain, view, moc # Function to check if a view is feature-flagged and should return 404 when disabled def is_feature_flagged(view): feature_flagged_views = [ - "best_practices", "clear_goals", "rules_and_regulations", "establish_trust",