Skip to content

Commit 15c5016

Browse files
committed
naja
1 parent 29a3b6b commit 15c5016

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_basics.py

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

987987

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

991992
client = get_client()

0 commit comments

Comments
 (0)