We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c5016 commit 49bda60Copy full SHA for 49bda60
tests/test_basics.py
@@ -985,8 +985,7 @@ def test_multiple_setup_integrations_calls():
985
assert second_call_return == {NoOpIntegration.identifier: NoOpIntegration()}
986
987
988
-@pytest.mark.forked
989
-def test_enable_integration(sentry_init):
+def test_enable_integration(sentry_init, reset_integrations):
990
sentry_init()
991
992
client = get_client()
0 commit comments