We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be3023 commit 39105c8Copy full SHA for 39105c8
tests/sentry/workflow_engine/test_integration.py
@@ -110,7 +110,7 @@ def test_workflow_engine__data_source__different_type(self):
110
111
@with_feature("organizations:workflow-engine-metric-alert-processing")
112
def test_workflow_engine__data_source__no_detectors(self):
113
- self.create_test_data_source()
+ self.data_source, self.data_packet = self.create_test_query_data_source(self.detector)
114
self.detector.delete()
115
116
with mock.patch(
0 commit comments