mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 15:31:52 -05:00
Fix media_player tests for Python 3.14.3 (#165732)
This commit is contained in:
@@ -475,6 +475,7 @@ async def test_group_members_available_when_off(hass: HomeAssistant) -> None:
|
||||
{ATTR_ENTITY_ID: "media_player.group"},
|
||||
blocking=True,
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
state = hass.states.get("media_player.group")
|
||||
assert state.state == STATE_OFF
|
||||
|
||||
Reference in New Issue
Block a user