File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
sentry_apps/api/endpoints Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 88from sentry .sentry_apps .models .sentry_app import SentryApp
99from sentry .sentry_apps .models .sentry_app_installation import SentryAppInstallation
1010from sentry .testutils .cases import TestCase
11- from sentry .testutils .helpers .options import override_options
1211from sentry .testutils .silo import control_silo_test , create_test_regions
1312from sentry .users .models .user import User
1413from sentry .workflow_engine .models import Action
@@ -60,7 +59,6 @@ def test_soft_deletes_sentry_app(self) -> None:
6059
6160 assert c .fetchone ()[0 ] == 1
6261
63- @override_options ({"workflow_engine.sentry-app-actions-outbox" : True })
6462 def test_disables_actions (self ) -> None :
6563 action = self .create_action (
6664 type = Action .Type .SENTRY_APP ,
Original file line number Diff line number Diff line change @@ -850,7 +850,6 @@ def test_cannot_delete_by_manager(self) -> None:
850850
851851 self .get_error_response (self .internal_integration .slug , status_code = 403 )
852852
853- @override_options ({"workflow_engine.sentry-app-actions-outbox" : True })
854853 def test_disables_actions (self ) -> None :
855854 action = self .create_action (
856855 type = Action .Type .SENTRY_APP ,
You can’t perform that action at this time.
0 commit comments