Skip to content

Commit 49bda60

Browse files
committed
.
1 parent 15c5016 commit 49bda60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_basics.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,8 +985,7 @@ def test_multiple_setup_integrations_calls():
985985
assert second_call_return == {NoOpIntegration.identifier: NoOpIntegration()}
986986

987987

988-
@pytest.mark.forked
989-
def test_enable_integration(sentry_init):
988+
def test_enable_integration(sentry_init, reset_integrations):
990989
sentry_init()
991990

992991
client = get_client()

0 commit comments

Comments
 (0)