我正在尝试使用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
答案 0 :(得分:0)
由于缺乏细节,很难确定。
无论如何,请注意contentType
应为小写c
。
如果您仍有问题,请尝试提供更多信息。