mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Fix race in automation test_extraction_functions (#111056)
This commit is contained in:
parent
1a02330bd9
commit
da9d71cb6b
@ -1623,6 +1623,9 @@ async def test_extraction_functions(
|
||||
|
||||
await async_setup_component(hass, "homeassistant", {})
|
||||
await async_setup_component(hass, "calendar", {"calendar": {"platform": "demo"}})
|
||||
# Ensure the calendar entities are setup before attaching triggers
|
||||
await hass.async_block_till_done()
|
||||
|
||||
assert await async_setup_component(
|
||||
hass,
|
||||
DOMAIN,
|
||||
|
Loading…
x
Reference in New Issue
Block a user