Skip to content

Commit 0bd9ce8

Browse files
committed
🐛 fix: pr feedback
1 parent 1bdb141 commit 0bd9ce8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sentry/notifications/notification_action/grouptype.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
@dataclass(frozen=True)
1212
class SendTestNotification(GroupType):
13-
type_id = 9888
14-
slug = "send_test_notification"
13+
type_id = 9001
14+
slug = "send-test-notification"
1515
description = "Send test notification"
1616
category = GroupCategory.TEST_NOTIFICATION.value
1717
released = False
1818
in_default_search = False
19-
enable_auto_resolve = False
19+
enable_auto_resolve = True
2020
enable_escalation_detection = False
21-
enable_status_change_workflow_notifications = False
21+
enable_status_change_workflow_notifications = True
2222
creation_quota = Quota(3600, 60, 1000) # 1000 per hour, sliding window of 60 seconds
2323

2424
@classmethod

0 commit comments

Comments
 (0)