mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 12:08:19 +00:00
test fix
This commit is contained in:
parent
32e6e18894
commit
b623ee517b
@ -782,6 +782,12 @@ async def test_squeezebox_call_method(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
async def test_squeezebox_play_album(
|
||||||
|
hass: HomeAssistant, configured_player: MagicMock
|
||||||
|
) -> None:
|
||||||
|
"""Test query service call."""
|
||||||
|
|
||||||
|
|
||||||
async def test_squeezebox_search_albums(
|
async def test_squeezebox_search_albums(
|
||||||
hass: HomeAssistant, configured_player: MagicMock
|
hass: HomeAssistant, configured_player: MagicMock
|
||||||
) -> None:
|
) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user