mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Fix homekit test assert no messages (#23856)
This commit is contained in:
@@ -311,4 +311,4 @@ async def test_media_player_television_basic(hass, hk_driver, events, caplog):
|
||||
await hass.async_block_till_done()
|
||||
assert acc.char_active.value == 1
|
||||
|
||||
assert 'Error' not in caplog.messages[-1]
|
||||
assert not caplog.messages or 'Error' not in caplog.messages[-1]
|
||||
|
Reference in New Issue
Block a user