mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
Fix flaky media player test (#36358)
This commit is contained in:
parent
a6e9a312a3
commit
2b42d77f58
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user