1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

Fix update tests for Python 3.14.3 (#165196)

This commit is contained in:
Martin Hjelmare
2026-03-09 14:21:18 +01:00
committed by GitHub
parent 5e665093c9
commit ee4d313b10

View File

@@ -626,6 +626,7 @@ async def test_entity_without_progress_support(
{ATTR_ENTITY_ID: "update.update_available"},
blocking=True,
)
await hass.async_block_till_done()
assert len(events) == 2
assert events[0].data.get("old_state").attributes[ATTR_IN_PROGRESS] is False