Fixing Piper test.

This commit is contained in:
filipi87
2026-02-27 11:57:11 -03:00
parent d701c3427c
commit 3b427a47b6

View File

@@ -125,7 +125,7 @@ async def test_run_piper_tts_error(aiohttp_client):
)
frames_to_send = [
TTSSpeakFrame(text="Error case."),
TTSSpeakFrame(text="Error case.", append_to_context=False),
]
expected_down_frames = [AggregatedTextFrame, TTSStoppedFrame, TTSTextFrame]