Skip to content
Snippets Groups Projects
Commit ab5e194f authored by Georgi Michev's avatar Georgi Michev Committed by Valerii Kalashnikov
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 2a4fb813
No related branches found
No related tags found
1 merge request!23Add new postman collection
......@@ -86,8 +86,7 @@
"pm.test(\"The evaluation response has all properties\", () => {",
" //parse the response JSON and test three properties",
" const responseJson = pm.response.json();",
" pm.expect(responseJson.evaluationID).to.be.a('string');;",
" pm.expect(responseJson.result.data.didDocument).to.be.an('object')",
" pm.expect(responseJson.data.didDocument).to.be.an('object')",
"});",
"",
""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment