mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix flaky gardena_ble test (#129225)
This commit is contained in:
parent
35b7c3038a
commit
0abfbeed3c
@ -31,6 +31,7 @@ async def test_user_selection(
|
|||||||
|
|
||||||
inject_bluetooth_service_info(hass, WATER_TIMER_SERVICE_INFO)
|
inject_bluetooth_service_info(hass, WATER_TIMER_SERVICE_INFO)
|
||||||
inject_bluetooth_service_info(hass, WATER_TIMER_UNNAMED_SERVICE_INFO)
|
inject_bluetooth_service_info(hass, WATER_TIMER_UNNAMED_SERVICE_INFO)
|
||||||
|
await hass.async_block_till_done(wait_background_tasks=True)
|
||||||
|
|
||||||
result = await hass.config_entries.flow.async_init(
|
result = await hass.config_entries.flow.async_init(
|
||||||
DOMAIN, context={"source": config_entries.SOURCE_USER}
|
DOMAIN, context={"source": config_entries.SOURCE_USER}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user