Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed May 27, 2024
1 parent d530874 commit 09c1b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_stdlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,11 +757,11 @@ def test_handles_special_kw(self, event_dict, stdlib_logger):

def test_integration_special_kw(self, event_dict, stdlib_logger):
"""
test the render_to_log_kwargs processor with a wrapped logger calls the stdlib logger
render_to_log_kwargs with a wrapped logger calls the stdlib logger
correctly
reserved stdlib keywords are in logging.Logger._log
https://github.com/python/cpython/blob/main/Lib/logging/__init__.py#L1632
https://github.com/python/cpython/blob/ae7b17673f29efe17b416cbcfbf43b5b3ff5977c/Lib/logging/__init__.py#L1632
"""
expected = {
"msg": "message",
Expand Down

0 comments on commit 09c1b73

Please sign in to comment.