Add type hints to integration tests (part 23) (#88235)
This commit is contained in:
parent
aa50096a31
commit
9a5f88f55f
49 changed files with 651 additions and 408 deletions
|
@ -66,7 +66,7 @@ async def test_browsing(hass: HomeAssistant) -> None:
|
|||
await media_source.async_browse_media(hass, "media-source://tts/non-existing")
|
||||
|
||||
|
||||
async def test_resolving(hass, mock_get_tts_audio):
|
||||
async def test_resolving(hass: HomeAssistant, mock_get_tts_audio) -> None:
|
||||
"""Test resolving."""
|
||||
media = await media_source.async_resolve_media(
|
||||
hass, "media-source://tts/demo?message=Hello%20World", None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue