Skip to content

Commit 9365812

Browse files
authored
chore(notifications): Add SendTestNotification to __init__.py (#95174)
this might be why we are seeing logs where `issue-send-test-notification-visible` isn't being registered. also removes a duplicate from the list
1 parent 71f3a19 commit 9365812

File tree

1 file changed

+2
-1
lines changed
  • src/sentry/notifications/notification_action

1 file changed

+2
-1
lines changed

src/sentry/notifications/notification_action/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
__all__ = [
22
"IssueAlertRegistryHandler",
3-
"SlackIssueAlertHandler",
43
"MetricAlertRegistryHandler",
54
"AzureDevopsIssueAlertHandler",
65
"DiscordIssueAlertHandler",
@@ -25,6 +24,7 @@
2524
"PluginActionHandler",
2625
"WebhookActionHandler",
2726
"SentryAppActionHandler",
27+
"SendTestNotification",
2828
]
2929

3030
from .action_handler_registry import (
@@ -33,6 +33,7 @@
3333
WebhookActionHandler,
3434
)
3535
from .group_type_notification_registry import IssueAlertRegistryHandler, MetricAlertRegistryHandler
36+
from .grouptype import SendTestNotification
3637
from .issue_alert_registry import (
3738
AzureDevopsIssueAlertHandler,
3839
DiscordIssueAlertHandler,

0 commit comments

Comments
 (0)