Skip to content

Commit e6d28b6

Browse files
author
thomas loubrieu
committed
fix wrong automated test
1 parent 6d04392 commit e6d28b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/postman/postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4001,9 +4001,9 @@
40014001
"});",
40024002
"",
40034003
"// Test that 'summary.hits' is exactly zero",
4004-
"pm.test(\"'summary.hits' is exactly zero\", function () {",
4004+
"pm.test(\"'summary.hits' is exactly one \", function () {",
40054005
" var jsonData = pm.response.json();",
4006-
" pm.expect(jsonData.summary.hits).to.eql(0);",
4006+
" pm.expect(jsonData.summary.hits).to.eql(1);",
40074007
"});",
40084008
""
40094009
],

0 commit comments

Comments
 (0)