We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffcb55 commit 6bba155Copy full SHA for 6bba155
tests/sentry/monitors/test_utils.py
@@ -28,6 +28,7 @@ def test_creates_data_source_and_detector_for_new_monitor(self):
28
def test_idempotent_for_existing_data_source(self):
29
ensure_cron_detector(self.monitor)
30
detector = get_detector_for_monitor(self.monitor)
31
+ assert detector
32
33
detector_after = get_detector_for_monitor(self.monitor)
34
assert detector.id == detector_after.id
0 commit comments