Commit 41c3663a authored by Rachel's avatar Rachel

Update collection.json

parent f7070676
Pipeline #76 failed with stage
in 23 seconds
......@@ -15,7 +15,7 @@
"exec": [
"pm.test(\"Your test name\", function () {",
" var jsonData = pm.response.json();",
" pm.expect(jsonData.args.foo).to.eql(\"bar\");",
" pm.expect(jsonData.args.foo).to.eql(\"foo\");",
"});"
],
"type": "text/javascript"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment