From 7c422f6a3ad0f701dd1b9fca3fab509b7bbf6c1f Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 1 Jan 2025 12:40:23 -0800 Subject: [PATCH] more --- tests/test_config_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_config_flow.py b/tests/test_config_flow.py index fdf17da0..7182879d 100644 --- a/tests/test_config_flow.py +++ b/tests/test_config_flow.py @@ -126,6 +126,7 @@ async def test_changing_options_when_using_yaml(hass): entry.add_to_hass(hass) await hass.config_entries.async_setup(entry.entry_id) + await hass.async_block_till_done() result = await hass.config_entries.options.async_init(entry.entry_id) await hass.async_block_till_done()