mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 20:00:42 +00:00
test(voice): harden live STT transcript checks
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user