From 9ad700dc61e2694f94a0d2e8350e47aa6eb2cc04 Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Thu, 5 Sep 2024 15:59:06 -0700 Subject: [PATCH] fix test --- tests/sentry/event_manager/grouping/test_assign_to_group.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/sentry/event_manager/grouping/test_assign_to_group.py b/tests/sentry/event_manager/grouping/test_assign_to_group.py index 9470707cb0f42..a015477e614e5 100644 --- a/tests/sentry/event_manager/grouping/test_assign_to_group.py +++ b/tests/sentry/event_manager/grouping/test_assign_to_group.py @@ -496,9 +496,7 @@ def test_existing_group_new_hash_exists( @pytest.mark.parametrize( "mobile_config", (True, False), ids=(" mobile_config: True ", " mobile_config: False ") ) -@pytest.mark.parametrize( - "id_qualifies", (True, False), ids=(" id_qualifies: True ", " id_qualifies: False ") -) +@pytest.mark.parametrize("id_qualifies", (True,), ids=(" id_qualifies: True ",)) @patch("sentry.event_manager._save_aggregate_new", wraps=_save_aggregate_new) @patch("sentry.event_manager._save_aggregate", wraps=_save_aggregate) def test_uses_regular_or_optimized_grouping_as_appropriate(