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

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

parent 8de7cdbb
No related branches found
No related tags found
1 merge request!23Add new postman collection
...@@ -170,8 +170,7 @@ ...@@ -170,8 +170,7 @@
"pm.test(\"The evaluation response has all properties\", () => {", "pm.test(\"The evaluation response has all properties\", () => {",
" //parse the response JSON and test three properties", " //parse the response JSON and test three properties",
" const responseJson = pm.response.json();", " const responseJson = pm.response.json();",
" pm.expect(responseJson.evaluationID).to.be.a('string');;", " pm.expect(responseJson.success).to.be.equal(true)",
" pm.expect(responseJson.result.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