Skip to content

Commit

Permalink
test: don't transform parameters with
Browse files Browse the repository at this point in the history
  • Loading branch information
theoomoregbee committed Aug 5, 2019
1 parent 1cd62e6 commit 853b1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/generators.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ describe('Generators', function () {
var swaggerObjectBase = {
parameters: [{
name: 'data'
}]
},{$ref: '#/parameters/KeyHeaderParam'}]
};
var tags = generators.tags(models);
var generatedRoutes = generators.routes(controllers, {
Expand Down Expand Up @@ -674,7 +674,7 @@ describe('Generators', function () {
required: false,
type: 'string',
description: 'This is a custom param for data'
}]);
}, {$ref: '#/parameters/KeyHeaderParam'}]);
done();
});
});
Expand Down

0 comments on commit 853b1b3

Please sign in to comment.