Skip to content

Commit 07a0fe1

Browse files
authored
feat(aci): issue alert migration (#89047)
1 parent c757c35 commit 07a0fe1

File tree

4 files changed

+2654
-1
lines changed

4 files changed

+2654
-1
lines changed

migrations_lockfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ tempest: 0002_make_message_type_nullable
2929

3030
uptime: 0034_uptime_backfill_uptime_status
3131

32-
workflow_engine: 0046_drop_metric_alert_fire_detectors
32+
workflow_engine: 0047_migrate_issue_alerts

src/sentry/testutils/factories.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ def create_project_rule(
568568
name="Test Alert",
569569
action_match="all",
570570
filter_match="all",
571+
frequency=30,
571572
**kwargs,
572573
):
573574
actions = None
@@ -598,6 +599,7 @@ def create_project_rule(
598599
"conditions": condition_data,
599600
"action_match": action_match,
600601
"filter_match": filter_match,
602+
"frequency": frequency,
601603
}
602604
if actions:
603605
data["actions"] = actions

0 commit comments

Comments
 (0)