Skip to content

Commit

Permalink
Wayne updated devtool_experience
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi committed Aug 17, 2023
1 parent ac89372 commit 5e4944e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Postman Collections/devtool_experience.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
" pm.expect(responseData.task_id).to.exist;",
" pm.globals.set(\"taskId\", responseData.task_id);",
"});",
"const requestData = pm.request.body.raw.json();",
"const requestData = pm.request.body;",
"const responseData = pm.response.json();",
"console.log(requestData);",
"console.log(responseData);",
Expand Down

0 comments on commit 5e4944e

Please sign in to comment.