diff --git a/postman/TSA.postman_collection.json b/postman/TSA.postman_collection.json
index a9c184292f6b36e53491e5c9375995d187cb3ba1..9c5e7350c2d1b7a88b3660f7d810faafa405f090 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)",
 							"});",
 							"",
 							""