From d88e348d9ea329e1c0b9b87ba310b85b554bff54 Mon Sep 17 00:00:00 2001 From: erickgonzalez Date: Thu, 16 Nov 2023 12:32:08 -0600 Subject: [PATCH] fix postman tests --- .../src/curl-test/Workflow Resource Tests.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/dotCMS/src/curl-test/Workflow Resource Tests.json b/dotCMS/src/curl-test/Workflow Resource Tests.json index cebed61ab5a7..e170ba73ba32 100644 --- a/dotCMS/src/curl-test/Workflow Resource Tests.json +++ b/dotCMS/src/curl-test/Workflow Resource Tests.json @@ -15896,22 +15896,6 @@ "pm.test(\"Status code is 200 \", function () {", " pm.response.to.have.status(200);", "});", - "", - "var jsonData = pm.response.json();", - "pm.test(\"Check relationship not empty\", function () {", - " pm.expect(jsonData.entity.jsonObjectView.contentlets[0].regions).to.not.empty;", - "});", - "", - "var jsonData = pm.response.json();", - "pm.test(\"Check relationship item 0 set\", function () {", - "", - " pm.expect(jsonData.entity.jsonObjectView.contentlets[0].regions[0]).to.not.be.null;", - "});", - "", - "pm.test(\"Check relationships\", function () {", - "", - " pm.expect(jsonData.entity.jsonObjectView.contentlets[0].regions[0].title).to.eql('Asia');", - "});", "" ], "type": "text/javascript"