Skip to content

Commit 8535773

Browse files
test: update stt credentials (#892)
test: update stt credentials
2 parents 9f9174c + da202a7 commit 8535773

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

secrets.tar.enc

0 Bytes
Binary file not shown.

test/integration/text_to_speech.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ describe('text_to_speech_integration', function() {
105105
expect(response.headers).toBeDefined();
106106
expect(response.status).toBeDefined();
107107
expect(response.statusText).toBeDefined();
108-
expect(response.request).toBeDefined();
109-
expect(response.config).toBeDefined();
110108
done();
111109
})
112110
.catch(serviceErrorUtils.checkErrorCode(200, err => done(err)));

0 commit comments

Comments
 (0)