Fixing Piper test.

This commit is contained in:
filipi87
2026-03-09 12:07:45 -03:00
parent 8ec160f71e
commit f0c5925a79
2 changed files with 3 additions and 1 deletions

View File

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