mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 18:04:45 +00:00
test: tighten mistral realtime config assertion
This commit is contained in:
@@ -27,8 +27,9 @@ describe("buildMistralRealtimeTranscriptionProvider", () => {
|
||||
},
|
||||
});
|
||||
|
||||
expect(resolved).toMatchObject({
|
||||
expect(resolved).toEqual({
|
||||
apiKey: "mistral-key",
|
||||
baseUrl: undefined,
|
||||
model: "voxtral-mini-transcribe-realtime-2602",
|
||||
encoding: "pcm_mulaw",
|
||||
sampleRate: 8000,
|
||||
|
||||
Reference in New Issue
Block a user