mirror of
https://github.com/home-assistant/core.git
synced 2026-09-10 07:31:41 +01:00
Remove stale xfail in hdmi_cec switch status test (#180532)
This commit is contained in:
@@ -155,13 +155,6 @@ async def test_device_status_change(
|
||||
await hass.async_block_till_done()
|
||||
|
||||
state = hass.states.get("switch.hdmi_3")
|
||||
if power_status in (POWER_ON, 4) and status is not None:
|
||||
pytest.xfail(
|
||||
reason=(
|
||||
"`CecSwitchEntity.is_on` returns `False` here"
|
||||
" instead of `true` as expected."
|
||||
)
|
||||
)
|
||||
assert state.state == expected_state
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user