forked from loafle/openapi-generator-original
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:
@@ -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();
|
||||
//});
|
||||
|
||||
Reference in New Issue
Block a user