test(voice): harden live STT transcript checks

This commit is contained in:
Peter Steinberger
2026-04-25 19:35:30 +01:00
parent f204f0c999
commit e473577eaa
4 changed files with 27 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ describeLive("elevenlabs plugin live", () => {
const normalized = normalizeTranscriptForMatch(transcript?.text ?? "");
expect(normalized).toContain("openclaw");
expect(normalized).toContain("elevenlabs");
expect(normalized).toMatch(/(?:elevenlabs|11labs)/);
}, 90_000);
it("streams realtime STT through the registered transcription provider", async () => {