Fix parameterize
This commit is contained in:
parent
c64ac285e0
commit
28a9ceee3e
1 changed files with 1 additions and 4 deletions
|
@ -89,10 +89,7 @@ async def test_get_tts_audio(hass: HomeAssistant, init_wyoming_tts, snapshot) ->
|
|||
assert mock_client.written == snapshot
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"audio_format",
|
||||
[("wav",), ("raw",)],
|
||||
)
|
||||
@pytest.mark.parametrize("audio_format", ("wav", "raw"))
|
||||
async def test_get_tts_audio_format(
|
||||
hass: HomeAssistant, init_wyoming_tts, snapshot, audio_format: str
|
||||
) -> None:
|
||||
|
|
Loading…
Add table
Reference in a new issue