Skip to content

Commit

Permalink
#31483 adding contentlet to the response
Browse files Browse the repository at this point in the history
  • Loading branch information
jdotcms committed Feb 27, 2025
1 parent 265d5ed commit 80c5eb3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);",
"});",
"",
"",
Expand Down Expand Up @@ -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);",
"});",
"",
"",
Expand Down

0 comments on commit 80c5eb3

Please sign in to comment.