Skip to content

Commit 8bfaa54

Browse files
committed
correct test wording
1 parent 7508f53 commit 8bfaa54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/execute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ describe('execute', () => {
460460
})
461461
})
462462

463-
it('should not add content-type with no form-data or body param', function () {
463+
it('should add content-type multipart/form-data when param type is file and no other sources of consumes', function () {
464464
// Given
465465
const spec = {
466466
host: 'swagger.io',

0 commit comments

Comments
 (0)