Skip to content

Commit 8b61e39

Browse files
author
ihoubr
committed
fix code comment
1 parent 9d6395b commit 8b61e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_logger_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def test_copy_config_to_ext_loggers_should_not_break_append_keys(stdout, logger,
188188
# GIVEN powertools logger initialized
189189
powertools_logger = Logger(service=service_name(), level=log_level.INFO.value, stream=stdout)
190190

191-
# WHEN configuration copied from powertools logger to ALL external loggers two times
191+
# WHEN configuration copied from powertools logger to ALL external loggers
192192
utils.copy_config_to_registered_loggers(source_logger=powertools_logger)
193193

194194
# THEN append_keys should not raise an exception

0 commit comments

Comments
 (0)