Update tests/test_utils_logign.py
Run CI Tests / test (push) Successful in 28s

This commit is contained in:
2025-07-28 15:43:22 +02:00
parent 24a22a6d91
commit 617c8ab8f5
-2
View File
@@ -44,8 +44,6 @@ def test_ignore_log_msg_filter(capfd, level, msg, should_appear):
# Clear captured output before logging
capfd.readouterr()
print(f"\n>>> START TEST: level={level}, msg={msg}, should_appear={should_appear}")
# Set up filter
with ignore_log_msg(log, lvl=level, msg=msg):
# Trigger all log levels