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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user