Fix flaky gardena_ble test (#129225)

This commit is contained in:
G Johansson 2024-10-26 17:57:00 +02:00 committed by GitHub
parent 35b7c3038a
commit 0abfbeed3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}