Trying to save a variable from an array in JSON.
I used
.check(jsonPath("$[0].id").saveAs(“folderID”))
However, this doesn’t seem to work.
Kind regards
Trying to save a variable from an array in JSON.
I used
.check(jsonPath("$[0].id").saveAs(“folderID”))
However, this doesn’t seem to work.
Kind regards
Solved, had a / too many in my request causing the wrong body to be in the response.