Skip to content

Commit 7e6c15a

Browse files
Fix tests
1 parent a2bfbe2 commit 7e6c15a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/functional/logger/required_dependencies/test_logger_powertools_formatter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ def send_message_with_key_and_without(message, keys):
469469
Thread(target=send_message_with_key_and_without, args=("msg", thread1_keys)).start()
470470

471471
logs = capture_logging_output(stdout)
472+
print(logs)
472473

473474
assert logs[0].get("exampleThread1Key") == "thread1"
474475
assert logs[1].get("exampleThread1Key") is None

0 commit comments

Comments
 (0)