mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:31:06 +00:00
test: tolerate opencl live stt transcript variant
This commit is contained in:
@@ -14,6 +14,9 @@ describe("normalizeTranscriptForMatch", () => {
|
||||
expect(normalizeTranscriptForMatch("OpenCore xAI realtime transcription")).toMatch(
|
||||
OPENCLAW_LIVE_TRANSCRIPT_MARKER_RE,
|
||||
);
|
||||
expect(normalizeTranscriptForMatch("OpenCL xAI realtime transcription")).toMatch(
|
||||
OPENCLAW_LIVE_TRANSCRIPT_MARKER_RE,
|
||||
);
|
||||
expectOpenClawLiveTranscriptMarker("OpenClar integration OK");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user