1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 14:31:13 +00:00

Ensure the context is passed to group changes (#39221)

This commit is contained in:
J. Nick Koston
2020-08-25 17:22:10 -05:00
committed by GitHub
parent 20398cc0a6
commit 63ebea1706
5 changed files with 100 additions and 35 deletions

View File

@@ -78,6 +78,8 @@ async def setup_comp(hass, config_count):
with assert_setup_component(count, DOMAIN):
await async_setup_component(hass, DOMAIN, config)
await hass.async_block_till_done()
await hass.async_start()
await hass.async_block_till_done()
@pytest.mark.parametrize("config_count", [(CONFIG_ATTRIBUTES, 1)])