mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix flaky geofency test (#18855)
This commit is contained in:
parent
d7809c5398
commit
53cbb28926
@ -113,6 +113,8 @@ def geofency_client(loop, hass, aiohttp_client):
|
|||||||
CONF_MOBILE_BEACONS: ['Car 1']
|
CONF_MOBILE_BEACONS: ['Car 1']
|
||||||
}}))
|
}}))
|
||||||
|
|
||||||
|
loop.run_until_complete(hass.async_block_till_done())
|
||||||
|
|
||||||
with patch('homeassistant.components.device_tracker.update_config'):
|
with patch('homeassistant.components.device_tracker.update_config'):
|
||||||
yield loop.run_until_complete(aiohttp_client(hass.http.app))
|
yield loop.run_until_complete(aiohttp_client(hass.http.app))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user