Skip to content

Commit 29a3b6b

Browse files
committed
.
1 parent 5a18190 commit 29a3b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_basics.py

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

987987

988-
def test_enable_integration(sentry_init):
988+
def test_enable_integration(sentry_init, reset_integrations):
989989
sentry_init()
990990

991991
client = get_client()

0 commit comments

Comments
 (0)