We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f5b72 commit 40c6600Copy full SHA for 40c6600
tests/sentry/notifications/test_notifications.py
@@ -20,7 +20,7 @@
20
from sentry.models.integrations.integration import Integration
21
from sentry.models.options.user_option import UserOption
22
from sentry.models.rule import Rule
23
-from sentry.notifications.notifications.activity import AssignedActivityNotification
+from sentry.notifications.notifications.activity.assigned import AssignedActivityNotification
24
from sentry.silo import SiloMode
25
from sentry.tasks.post_process import post_process_group
26
from sentry.testutils.cases import APITestCase
0 commit comments