Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Feb 13, 2025
1 parent 0df94ae commit 6671d6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def test_stores_grouping_config(self):
self.assert_metadata_value(grouphash, "latest_grouping_config", DEFAULT_GROUPING_CONFIG)

@with_feature("organizations:grouphash-metadata-creation")
@override_options({"grouping.grouphash_metadata.backfill_sample_rate": 1.0})
def test_updates_grouping_config(self):
self.project.update_option("sentry:grouping_config", LEGACY_GROUPING_CONFIG)

Expand Down

0 comments on commit 6671d6c

Please sign in to comment.