1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 00:02:21 +01:00
This commit is contained in:
J. Nick Koston
2025-07-06 10:02:47 -05:00
parent fd3f15637a
commit 4b3cc52afe
4 changed files with 4 additions and 15 deletions

View File

@@ -46,8 +46,8 @@ async def test_scheduler_rapid_cancellation(
# Count log lines
test_stats["log_count"] += 1
# Check for errors
if "ERROR" in line or "WARN" in line:
# Check for errors (only ERROR level, not WARN)
if "ERROR" in line:
test_stats["errors"].append(line)
# Parse summary statistics