test: tighten mistral realtime config assertion

This commit is contained in:
Shakker
2026-05-11 08:37:26 +01:00
parent fe9e3bde6a
commit a4f606e2cf

View File

@@ -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,