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