Skip to content

Commit 5d7e6fa

Browse files
committed
.
1 parent 92361d4 commit 5d7e6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/loguru/test_loguru.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def test_logger_capture_parameters_from_args(
477477
sentry_init, capture_envelopes, uninstall_integration, request
478478
):
479479
# This is currently not supported as regular args don't get added to extra
480-
# (which we use for populating the parameters). Adding this test to make that
480+
# (which we use for populating parameters). Adding this test to make that
481481
# explicit and so that it's easy to change later.
482482
uninstall_integration("loguru")
483483
request.addfinalizer(logger.remove)

0 commit comments

Comments
 (0)