Skip to content

Commit 646acfb

Browse files
committed
remove flag from tests
1 parent a8672df commit 646acfb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/sentry/deletions/test_sentry_app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from sentry.sentry_apps.models.sentry_app import SentryApp
99
from sentry.sentry_apps.models.sentry_app_installation import SentryAppInstallation
1010
from sentry.testutils.cases import TestCase
11-
from sentry.testutils.helpers.options import override_options
1211
from sentry.testutils.silo import control_silo_test, create_test_regions
1312
from sentry.users.models.user import User
1413
from 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,

tests/sentry/sentry_apps/api/endpoints/test_sentry_app_details.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)