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 @@ ...@@ -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(\"bar\");", " pm.expect(jsonData.args.foo).to.eql(\"foo\");",
"});" "});"
], ],
"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