We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d04392 commit e6d28b6Copy full SHA for e6d28b6
docker/postman/postman_collection.json
@@ -4001,9 +4001,9 @@
4001
"});",
4002
"",
4003
"// Test that 'summary.hits' is exactly zero",
4004
- "pm.test(\"'summary.hits' is exactly zero\", function () {",
+ "pm.test(\"'summary.hits' is exactly one \", function () {",
4005
" var jsonData = pm.response.json();",
4006
- " pm.expect(jsonData.summary.hits).to.eql(0);",
+ " pm.expect(jsonData.summary.hits).to.eql(1);",
4007
4008
""
4009
],
0 commit comments