From 0636b5870c52b33878d19eebeaa52a38217b5d22 Mon Sep 17 00:00:00 2001 From: Michael Derynck Date: Thu, 5 Dec 2024 10:40:58 -0700 Subject: [PATCH] Fix tests --- engine/apps/integrations/tests/test_views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/apps/integrations/tests/test_views.py b/engine/apps/integrations/tests/test_views.py index 4c2eb2953..6d43493d2 100644 --- a/engine/apps/integrations/tests/test_views.py +++ b/engine/apps/integrations/tests/test_views.py @@ -545,8 +545,7 @@ def test_integration_outdated_cached_model( wraps=AlertReceiveChannel.objects.get, ) @pytest.mark.parametrize( - "integration_type", - [arc_type for arc_type in INTEGRATION_TYPES], + "integration_type", [arc_type for arc_type in INTEGRATION_TYPES if arc_type not in ["adaptive_grafana_alerting"]] ) @pytest.mark.django_db def test_non_existent_integration_does_not_repeat_access_db(