Add block_till_done to buienradar test (#36332)

This commit is contained in:
Paulus Schoutsen 2020-06-01 00:24:16 -07:00 committed by GitHub
parent 276f3afb00
commit e30893ed80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ async def test_fetching_url_and_caching(aioclient_mock, hass, hass_client):
await async_setup_component(
hass, "camera", {"camera": {"name": "config_test", "platform": "buienradar"}}
)
await hass.async_block_till_done()
client = await hass_client()