Skip to content

Commit

Permalink
update testcase for speechmatics_stt_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Oct 11, 2024
1 parent 26d8287 commit 9d68fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/speech-credentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,8 @@ test('speech credentials tests', async(t) => {
body: {
vendor: 'speechmatics',
use_for_stt: true,
api_key: process.env.SPEECHMATICS_API_KEY
api_key: process.env.SPEECHMATICS_API_KEY,
speechmatics_stt_uri: 'eu2.rt.speechmatics.com'
}
});
t.ok(result.statusCode === 201, 'successfully added speech credential for speechmatics');
Expand Down

0 comments on commit 9d68fa1

Please sign in to comment.