Skip to content

Commit 8901b14

Browse files
update region silo test to cell silo
1 parent a01f42c commit 8901b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sentry/utils/sentry_apps/test_webhook_timeout.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
from sentry.testutils.cases import TestCase
1313
from sentry.testutils.helpers.features import with_feature
1414
from sentry.testutils.helpers.options import override_options
15-
from sentry.testutils.silo import region_silo_test
15+
from sentry.testutils.silo import cell_silo_test
1616
from sentry.utils.sentry_apps.webhooks import WebhookTimeoutError, send_and_save_webhook_request
1717

1818

19-
@region_silo_test
19+
@cell_silo_test
2020
class WebhookTimeoutTest(TestCase):
2121
def setUp(self):
2222
self.organization = self.create_organization()

0 commit comments

Comments
 (0)