We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7508f53 commit 8bfaa54Copy full SHA for 8bfaa54
test/execute.js
@@ -460,7 +460,7 @@ describe('execute', () => {
460
})
461
462
463
- it('should not add content-type with no form-data or body param', function () {
+ it('should add content-type multipart/form-data when param type is file and no other sources of consumes', function () {
464
// Given
465
const spec = {
466
host: 'swagger.io',
0 commit comments