forked from home-assistant/core
Fix flaky media player test (#36358)
This commit is contained in:
@@ -13,6 +13,7 @@ async def test_get_image(hass, hass_ws_client, caplog):
|
|||||||
await async_setup_component(
|
await async_setup_component(
|
||||||
hass, "media_player", {"media_player": {"platform": "demo"}}
|
hass, "media_player", {"media_player": {"platform": "demo"}}
|
||||||
)
|
)
|
||||||
|
await hass.async_block_till_done()
|
||||||
|
|
||||||
client = await hass_ws_client(hass)
|
client = await hass_ws_client(hass)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user