mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Fix flaky gardena_ble test (#129225)
This commit is contained in:
@@ -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_UNNAMED_SERVICE_INFO)
|
||||
await hass.async_block_till_done(wait_background_tasks=True)
|
||||
|
||||
result = await hass.config_entries.flow.async_init(
|
||||
DOMAIN, context={"source": config_entries.SOURCE_USER}
|
||||
|
Reference in New Issue
Block a user