mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Convert final async_add_job to async_add_executor_job in logbook tests (#41552)
This commit is contained in:
parent
61262222aa
commit
49e5b665cf
@ -1599,7 +1599,7 @@ async def test_empty_config(hass, hass_client):
|
|||||||
)
|
)
|
||||||
await hass.async_add_executor_job(init_recorder_component, hass)
|
await hass.async_add_executor_job(init_recorder_component, hass)
|
||||||
await async_setup_component(hass, "logbook", config)
|
await async_setup_component(hass, "logbook", config)
|
||||||
await hass.async_add_job(hass.data[recorder.DATA_INSTANCE].block_till_done)
|
await hass.async_add_executor_job(hass.data[recorder.DATA_INSTANCE].block_till_done)
|
||||||
|
|
||||||
hass.bus.async_fire(EVENT_HOMEASSISTANT_START)
|
hass.bus.async_fire(EVENT_HOMEASSISTANT_START)
|
||||||
hass.bus.async_fire(EVENT_HOMEASSISTANT_STARTED)
|
hass.bus.async_fire(EVENT_HOMEASSISTANT_STARTED)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user