Skip to content

Commit 44fcd1f

Browse files
committed
ci
1 parent 3db6a16 commit 44fcd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_logs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def test_no_log_infinite_loop(sentry_init, capture_envelopes):
272272
"""
273273
sentry_init(
274274
_experiments={"enable_sentry_logs": True},
275-
integrations=[LoggingIntegration(level=logging.DEBUG)],
275+
integrations=[LoggingIntegration(sentry_logs_level=logging.DEBUG)],
276276
debug=True,
277277
)
278278
envelopes = capture_envelopes()

0 commit comments

Comments
 (0)