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. (#4624)
This commit is contained in:
parent
9f8a1e27dd
commit
0ae61a5d26
@ -41,7 +41,7 @@
|
|||||||
describe('{{operationId}}', function() {
|
describe('{{operationId}}', function() {
|
||||||
it('should call {{operationId}} successfully', function(done) {
|
it('should call {{operationId}} successfully', function(done) {
|
||||||
//uncomment below and update the code to test {{operationId}}
|
//uncomment below and update the code to test {{operationId}}
|
||||||
//instance.{{operationId}}(pet, function(error) {
|
//instance.{{operationId}}(function(error) {
|
||||||
// if (error) throw error;
|
// if (error) throw error;
|
||||||
//expect().to.be();
|
//expect().to.be();
|
||||||
//});
|
//});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user