From ec9fc5fb473cf0d1c1e3fb6c29fba9ebca2bfce1 Mon Sep 17 00:00:00 2001 From: Meik Date: Wed, 1 Jul 2026 16:26:48 +0200 Subject: [PATCH] test: set direct link type to ticket --- docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json b/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json index 6edcc0f..fa8d2e1 100644 --- a/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json +++ b/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json @@ -343,8 +343,8 @@ " }", " if (ticket.ActivityType) {", " pm.collectionVariables.set(\"objectType\", ticket.ActivityType);", - " pm.collectionVariables.set(\"type\", ticket.ActivityType);", " }", + " pm.collectionVariables.set(\"type\", \"ticket\");", " pm.test(\"Captured ticket object id and type\", function () {", " pm.expect(pm.collectionVariables.get(\"eoid\")).to.match(/^[0-9a-fA-F-]{36}$/);", " pm.expect(pm.collectionVariables.get(\"type\")).to.be.a(\"string\").and.not.empty;",