From 80c5eb373d02463e9d268e80c4b09fe83eacd41a Mon Sep 17 00:00:00 2001 From: jdotcms Date: Thu, 27 Feb 2025 10:26:38 -0600 Subject: [PATCH] #31483 adding contentlet to the response --- .../postman/ContentResourceV1.postman_collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotcms-postman/src/main/resources/postman/ContentResourceV1.postman_collection.json b/dotcms-postman/src/main/resources/postman/ContentResourceV1.postman_collection.json index 3a13d4742a1..60dc25e4b65 100644 --- a/dotcms-postman/src/main/resources/postman/ContentResourceV1.postman_collection.json +++ b/dotcms-postman/src/main/resources/postman/ContentResourceV1.postman_collection.json @@ -2787,7 +2787,7 @@ "", "pm.test(\"Valid response\", function () {", " pm.response.to.have.status(200);", - " pm.expect(responseJson.entity).to.eql(true);", + " pm.expect(responseJson.entity.locked).to.eql(true);", "});", "", "", @@ -2947,7 +2947,7 @@ "", "pm.test(\"Valid response\", function () {", " pm.response.to.have.status(200);", - " pm.expect(responseJson.entity).to.eql(true);", + " pm.expect(responseJson.entity.locked).to.eql(false);", "});", "", "",