Skip to content

Commit

Permalink
update exhaustive organization
Browse files Browse the repository at this point in the history
  • Loading branch information
cathteng committed Jan 8, 2025
1 parent 1a971b1 commit e30d67d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sentry/testutils/helpers/backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
AlertRuleTriggerDataCondition,
AlertRuleWorkflow,
DataConditionGroup,
WorkflowGroupStatus,
)

__all__ = [
Expand Down Expand Up @@ -659,6 +660,7 @@ def create_exhaustive_organization(

# Setup a test 'Issue Rule' and 'Automation'
workflow = self.create_workflow(organization=org)
WorkflowGroupStatus.objects.create(workflow=workflow, group=group)
detector = self.create_detector(project=project)
self.create_detector_workflow(detector=detector, workflow=workflow)
self.create_detector_state(detector=detector)
Expand Down

0 comments on commit e30d67d

Please sign in to comment.