Skip to content

Commit

Permalink
Update action type
Browse files Browse the repository at this point in the history
  • Loading branch information
saponifi3d committed Dec 14, 2024
1 parent 5dd6358 commit 7895d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/testutils/helpers/backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def create_exhaustive_organization(
organization=org,
)

send_notification_action = self.create_action(type=Action.Type.NOTIFICATION, data="")
send_notification_action = self.create_action(type=Action.Type.SLACK, data="")
self.create_data_condition_group_action(
action=send_notification_action,
condition_group=notification_condition_group,
Expand Down

0 comments on commit 7895d54

Please sign in to comment.