Skip to content

Commit

Permalink
Fix flaky gardena_ble test (home-assistant#129225)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST authored Oct 26, 2024
1 parent 35b7c30 commit 0abfbee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/components/gardena_bluetooth/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0abfbee

Please sign in to comment.