-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
InvestigateNeeds more investigation, before next steps can be defined.Needs more investigation, before next steps can be defined.bugSomething isn't workingSomething isn't working
Description
{
"name": "xxx",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"description": "required",
"type": "file",
"src": []
}
]
},
"url": {
"raw": "xxx",
"host": [
"xxx"
],
"path": [
"xxx"
]
}
},
"response": []
}
The default value is of src is []. If I replace it with a string, then the postman-to-k6 will work fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
InvestigateNeeds more investigation, before next steps can be defined.Needs more investigation, before next steps can be defined.bugSomething isn't workingSomething isn't working