mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Small improvement of cast test (#66513)
This commit is contained in:
parent
4c5d64762b
commit
795d249c8c
@ -1120,7 +1120,7 @@ async def test_entity_control(hass: HomeAssistant):
|
|||||||
# Turn on
|
# Turn on
|
||||||
await common.async_turn_on(hass, entity_id)
|
await common.async_turn_on(hass, entity_id)
|
||||||
chromecast.play_media.assert_called_once_with(
|
chromecast.play_media.assert_called_once_with(
|
||||||
"https://www.home-assistant.io/images/cast/splash.png", ANY
|
"https://www.home-assistant.io/images/cast/splash.png", "image/png"
|
||||||
)
|
)
|
||||||
chromecast.quit_app.reset_mock()
|
chromecast.quit_app.reset_mock()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user