Fix flaky google calendar tests (#169371)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
epenet
2026-04-28 15:21:38 +02:00
committed by GitHub
parent 5ff1c15df3
commit ba8b1b2daf
+3 -1
View File
@@ -361,6 +361,8 @@ def component_setup(
ClientCredential("client-id", "client-secret"),
)
config_entry.add_to_hass(hass)
return await hass.config_entries.async_setup(config_entry.entry_id)
result = await hass.config_entries.async_setup(config_entry.entry_id)
await hass.async_block_till_done(wait_background_tasks=True)
return result
return _setup_func