From 7895d54dadfcf9a4457c52797d2a9c52e9c0639f Mon Sep 17 00:00:00 2001 From: Josh Callender <1569818+saponifi3d@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:28:00 -0800 Subject: [PATCH] Update action type --- src/sentry/testutils/helpers/backups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentry/testutils/helpers/backups.py b/src/sentry/testutils/helpers/backups.py index 76c8c2f48a1585..7a4fb90c175f55 100644 --- a/src/sentry/testutils/helpers/backups.py +++ b/src/sentry/testutils/helpers/backups.py @@ -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,