Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mderynck committed Dec 6, 2024
1 parent 3336718 commit 0636b58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/apps/integrations/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0636b58

Please sign in to comment.