From 68e5ac50ab366dd4233aa768575d9fec72d97d43 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Wed, 27 Nov 2024 10:14:09 -0800 Subject: [PATCH] fix testing --- tests/app/main/views/test_index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index 27e7f074e..e32ca11ea 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -125,6 +125,7 @@ def test_static_pages(client_request, mock_get_organization_by_domain, view, moc "write_for_action", "multiple_languages", "benchmark_performance", + "guidance_index" ] return ( not current_app.config["FEATURE_BEST_PRACTICES_ENABLED"]