Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Sep 5, 2024
1 parent 1971c05 commit d00042c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/sentry/event_manager/grouping/test_assign_to_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d00042c

Please sign in to comment.