Skip to content

Commit

Permalink
rebase - backup update
Browse files Browse the repository at this point in the history
  • Loading branch information
saponifi3d committed Sep 16, 2024
1 parent 7a02558 commit 7e16f92
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/sentry/testutils/helpers/backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,13 @@ def create_exhaustive_organization(

self.create_data_source_detector(data_source, detector)
self.create_workflow_action(workflow=workflow)
self.create_data_condition(detector=detector)
self.create_data_condition(
condition="test.condition",
threshold=2,
condition_result="true",
type="TEST",
detector=detector,
)

return org

Expand Down

0 comments on commit 7e16f92

Please sign in to comment.