From ee4d313b10a8ea0796dc25efcc9084641ced1280 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Mon, 9 Mar 2026 14:21:18 +0100 Subject: [PATCH] Fix update tests for Python 3.14.3 (#165196) --- tests/components/update/test_init.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/components/update/test_init.py b/tests/components/update/test_init.py index 948443ed2fd..17ffbbc3f25 100644 --- a/tests/components/update/test_init.py +++ b/tests/components/update/test_init.py @@ -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