Skip to content

Commit

Permalink
fix: failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdragon committed Jul 24, 2024
1 parent 318c4d3 commit 41f2b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ async def test_no_warning_in_log(hass, async_api_mock_instance, caplog):
for line in lines
if ("WARNING" in line or "ERROR" in line)
and "We found a custom integration reef_pi" not in line
and "falling back to zlib" not in line
]
assert len(warnings) == 0

0 comments on commit 41f2b36

Please sign in to comment.