Fix flaky media player test (#36358)

This commit is contained in:
Paulus Schoutsen 2020-06-01 16:19:12 -07:00 committed by GitHub
parent a6e9a312a3
commit 2b42d77f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ async def test_get_image(hass, hass_ws_client, caplog):
await async_setup_component(
hass, "media_player", {"media_player": {"platform": "demo"}}
)
await hass.async_block_till_done()
client = await hass_ws_client(hass)