mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: tighten deepgram transcription config assertion
This commit is contained in:
@@ -29,14 +29,15 @@ describe("buildDeepgramRealtimeTranscriptionProvider", () => {
|
||||
},
|
||||
});
|
||||
|
||||
expect(resolved).toMatchObject({
|
||||
expect(resolved).toEqual({
|
||||
apiKey: "dg-key",
|
||||
baseUrl: undefined,
|
||||
model: "nova-3",
|
||||
encoding: "mulaw",
|
||||
language: "en-US",
|
||||
sampleRate: 8000,
|
||||
encoding: "mulaw",
|
||||
interimResults: true,
|
||||
endpointingMs: 500,
|
||||
language: "en-US",
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user