空手道:使用csv文件上传文件

时间:2017-11-16 18:42:19

标签: karate

我正在尝试使用csv文件格式实现POST请求上传文件的测试。但是将响应作为500例外。

Given path  location + 'abc/ssd?&id=22'
And multipart file myFile = { read: 'test.csv', filename: 'test.csv', ContentType: 'text/csv' }
When method post
Then status 200


Response : 
Content-Type : multipart/form-data; boundary=jyrjg5ysdfdgj4gdgsjm2342

1 个答案:

答案 0 :(得分:0)

由于缺乏细节,很难确定。

无论如何,请注意contentType应为小写c

如果您仍有问题,请尝试提供更多信息。