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 a01f42c commit 8901b14Copy full SHA for 8901b14
tests/sentry/utils/sentry_apps/test_webhook_timeout.py
@@ -12,11 +12,11 @@
12
from sentry.testutils.cases import TestCase
13
from sentry.testutils.helpers.features import with_feature
14
from sentry.testutils.helpers.options import override_options
15
-from sentry.testutils.silo import region_silo_test
+from sentry.testutils.silo import cell_silo_test
16
from sentry.utils.sentry_apps.webhooks import WebhookTimeoutError, send_and_save_webhook_request
17
18
19
-@region_silo_test
+@cell_silo_test
20
class WebhookTimeoutTest(TestCase):
21
def setUp(self):
22
self.organization = self.create_organization()
0 commit comments