Adjust websocket bridge logging in SamsungTV (#67809)

Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
epenet
2022-03-07 23:31:57 +01:00
committed by GitHub
parent d1ef92c17a
commit c70bed86ff
2 changed files with 16 additions and 10 deletions

View File

@@ -695,7 +695,7 @@ async def test_turn_off_ws_os_error(
assert await hass.services.async_call(
DOMAIN, SERVICE_TURN_OFF, {ATTR_ENTITY_ID: ENTITY_ID}, True
)
assert "Could not establish connection" in caplog.text
assert "Error closing connection" in caplog.text
async def test_volume_up(hass: HomeAssistant, remote: Mock) -> None: