Skip to content

Commit e28a8f4

Browse files
committed
test: add test for tts websocket bug fix - add a query parameter to test request
1 parent 775e6d2 commit e28a8f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/text_to_speech.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ describe('text_to_speech_integration', function() {
2020
const params = {
2121
text: 'test',
2222
accept: 'audio/wav',
23+
voice: 'en-US_LisaVoice',
2324
};
2425

2526
it('synthesize using http', function(done) {

0 commit comments

Comments
 (0)