We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78681ac commit 7f663d4Copy full SHA for 7f663d4
test/test.search.v1.js
@@ -109,7 +109,7 @@ describe('search', function() {
109
some_other_option: 'some_other_value'
110
};
111
112
- var response = search.createCluster(createParams, function(error, data) {});
+ var response = search.createCluster(createParams, function() {});
113
114
assert.equal(response.headers['Content-Type'], 'application/json');
115
assert.deepEqual(JSON.parse(response.body), createParams);
0 commit comments