Skip to content

Commit

Permalink
fix test from refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
saponifi3d committed Dec 13, 2024
1 parent 77859f7 commit 881615d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sentry/workflow_engine/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_workflow_engine__data_source__different_type(self):

@with_feature("organizations:workflow-engine-metric-alert-processing")
def test_workflow_engine__data_source__no_detectors(self):
self.create_test_data_source()
self.data_source, self.data_packet = self.create_test_query_data_source(self.detector)
self.detector.delete()

with mock.patch(
Expand Down

0 comments on commit 881615d

Please sign in to comment.