Skip to content

Commit

Permalink
Remvoed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan committed Dec 3, 2024
1 parent 6947c7b commit aa14e40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def test_get_handler_sets_up_logging_appropriately_with_debug(tmpdir, app, app_n
assert type(handler.formatter) is JsonFormatter
assert not (tmpdir / 'foo').exists()

# application = app.config["NOTIFY_APP_NAME"]
record = builtin_logging.makeLogRecord({
"application": app.name,
"args": ("Cornelius", 42),
Expand Down

0 comments on commit aa14e40

Please sign in to comment.