mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Add block_till_done to buienradar test (#36332)
This commit is contained in:
parent
276f3afb00
commit
e30893ed80
@ -23,6 +23,7 @@ async def test_fetching_url_and_caching(aioclient_mock, hass, hass_client):
|
|||||||
await async_setup_component(
|
await async_setup_component(
|
||||||
hass, "camera", {"camera": {"name": "config_test", "platform": "buienradar"}}
|
hass, "camera", {"camera": {"name": "config_test", "platform": "buienradar"}}
|
||||||
)
|
)
|
||||||
|
await hass.async_block_till_done()
|
||||||
|
|
||||||
client = await hass_client()
|
client = await hass_client()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user