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

This commit is contained in:
davidteixeira 2017-01-23 13:02:11 +00:00 committed by wing328
parent 9f8a1e27dd
commit 0ae61a5d26

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();
//});