From 2a4fb8136c280fca53472f8d35c2b9114043bc99 Mon Sep 17 00:00:00 2001 From: Georgi Michev <georgi.michev@vereign.com> Date: Wed, 6 Jul 2022 11:27:58 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- postman/TSA.postman_collection.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/postman/TSA.postman_collection.json b/postman/TSA.postman_collection.json index a9c18429..9c5e7350 100644 --- a/postman/TSA.postman_collection.json +++ b/postman/TSA.postman_collection.json @@ -170,8 +170,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.success).to.be.equal(true)", "});", "", "" -- GitLab