Commit 880c8aca authored by Rachel's avatar Rachel

Update collection.json

parent 38d041b4
Pipeline #218 canceled with stage
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"exec": [ "exec": [
"pm.test(\"Your test name\", function () {", "pm.test(\"Your test name\", function () {",
" var jsonData = pm.response.json();", " var jsonData = pm.response.json();",
" pm.expect(jsonData.args.foo).to.eql(\"foo\");", " pm.expect(jsonData.args.foo).to.eql(\"bar\");",
"});" "});"
], ],
"type": "text/javascript" "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