Skip to content

Commit 725743b

Browse files
committed
update patch path
1 parent 9ddec35 commit 725743b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sentry/incidents/test_subscription_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3882,7 +3882,7 @@ def test_process_data_packets_called(self, mock_process_data_packets):
38823882

38833883
@with_feature("organizations:workflow-engine-metric-alert-processing")
38843884
@mock.patch("sentry.incidents.subscription_processor.process_data_packets")
3885-
@mock.patch("sentry.incidents.utils.process_update_helpers.get_comparison_aggregation_value")
3885+
@mock.patch("sentry.incidents.subscription_processor.get_comparison_aggregation_value")
38863886
def test_process_data_packets_not_called(
38873887
self, mock_get_comparison_aggregation_value, mock_process_data_packets
38883888
):

0 commit comments

Comments
 (0)