diff --git a/tests/components/cast/test_media_player.py b/tests/components/cast/test_media_player.py index 36ee2ce818a..cf72cf38827 100644 --- a/tests/components/cast/test_media_player.py +++ b/tests/components/cast/test_media_player.py @@ -1120,7 +1120,7 @@ async def test_entity_control(hass: HomeAssistant): # Turn on await common.async_turn_on(hass, entity_id) 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()