Skip to content

Commit 39105c8

Browse files
committed
fix test from refactoring
1 parent 3be3023 commit 39105c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sentry/workflow_engine/test_integration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_workflow_engine__data_source__different_type(self):
110110

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

116116
with mock.patch(

0 commit comments

Comments
 (0)