Skip to content

Commit a47cb76

Browse files
authored
Merge pull request #408 from NASA-PDS/testFix
Test fix, after Insight LDD JSON has been published in expected version
2 parents 56bbb1f + 613afe3 commit a47cb76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/postman/postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3565,7 +3565,7 @@
35653565
"",
35663566
"pm.test(\"C2488844 Response contains same number of properties\", () => {",
35673567
" const responseJson = pm.response.json();",
3568-
" pm.expect(responseJson.length).to.be.eql(132);",
3568+
" pm.expect(responseJson.length).to.be.eql(146);",
35693569
"});",
35703570
"",
35713571
"pm.test(\"C2488844 Response property objects follow expected schema\", () => {",

0 commit comments

Comments
 (0)