Removed pet variable from Javascript api_test Mustache file, which was undefined and is not necessary here. This should fix issue #4608.

This commit is contained in:
David Teixeira
2017-01-23 11:29:49 +00:00
parent 9f8a1e27dd
commit 117e1ea53e

View File

@@ -41,7 +41,7 @@
describe('{{operationId}}', function() {
it('should call {{operationId}} successfully', function(done) {
//uncomment below and update the code to test {{operationId}}
//instance.{{operationId}}(pet, function(error) {
//instance.{{operationId}}(function(error) {
// if (error) throw error;
//expect().to.be();
//});