Skip to content

Commit 10f5e5f

Browse files
committed
test: update unit test for tone analyzer
1 parent be2baa6 commit 10f5e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/tone-analyzer.v3.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe('tone', () => {
107107

108108
test('should enforce required parameters', done => {
109109
// required parameters for this method
110-
const requiredParams = ['tone_input', 'content_type'];
110+
const requiredParams = ['tone_input'];
111111

112112
tone_analyzer.tone({}, err => {
113113
checkRequiredParamsHandling(requiredParams, err, missingParamsMock, createRequestMock);

0 commit comments

Comments
 (0)