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