fix(接口测试): 文件上传自定义content-type
This commit is contained in:
parent
0dbf3b943d
commit
29cd976431
|
@ -1405,6 +1405,7 @@ class JMXGenerator {
|
|||
let arg = {};
|
||||
arg.name = kv.name;
|
||||
arg.value = BODY_FILE_DIR + '/' + testId + '/' + file.id + '_' + file.name;
|
||||
arg.contentType = kv.contentType;
|
||||
files.push(arg);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue