Skip to content

Commit

Permalink
Add flag to test
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhas committed Jul 23, 2024
1 parent e238ec0 commit 0d8cc04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sentry/event_manager/test_priority.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

@region_silo_test
@apply_feature_flag_on_cls("projects:first-event-severity-calculation")
@apply_feature_flag_on_cls("organizations:seer-based-priority")
class TestEventManagerPriority(TestCase):
@patch("sentry.event_manager._get_severity_score", return_value=(0.1121, "ml"))
def test_flag_on(self, mock_get_severity_score: MagicMock):
Expand Down

0 comments on commit 0d8cc04

Please sign in to comment.