diff --git a/test/helpers/stt-live-audio.ts b/test/helpers/stt-live-audio.ts index 646d104ec8b..199967d587c 100644 --- a/test/helpers/stt-live-audio.ts +++ b/test/helpers/stt-live-audio.ts @@ -14,7 +14,7 @@ export function normalizeTranscriptForMatch(value: string): string { type ExpectedTranscriptMatch = RegExp | string; -const DEFAULT_OPENCLAW_TRANSCRIPT_MATCH = /open(?:claw|flaw)/; +const DEFAULT_OPENCLAW_TRANSCRIPT_MATCH = /open(?:claw|flaw|clar)/; export async function waitForLiveExpectation(expectation: () => void, timeoutMs = 30_000) { const started = Date.now();