From dfa733a5e9adb51b9e7b2a5e1d6de8b0a6d3455a Mon Sep 17 00:00:00 2001 From: "Francois @fanf42 Armand" Date: Fri, 6 Sep 2024 16:24:05 +0200 Subject: [PATCH] Fixes #25425: Repair test in plugins due to change in test data from parent --- .../authorizations_api/api_users.yml | 6 +-- .../api_changerequest.yml | 42 ++++++++++++++++++- 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/api-authorizations/src/test/resources/authorizations_api/api_users.yml b/api-authorizations/src/test/resources/authorizations_api/api_users.yml index 4955c996e..20b5a899e 100644 --- a/api-authorizations/src/test/resources/authorizations_api/api_users.yml +++ b/api-authorizations/src/test/resources/authorizations_api/api_users.yml @@ -76,10 +76,10 @@ response: "id" : "user1", "name" : "user1", "token" : "generated-test-token", - "tokenGenerationDate" : "2023-12-12T13:12:12+01:00", + "tokenGenerationDate" : "2023-12-12T12:12:12Z", "kind" : "user", "description" : "API token for user 'user1'", - "creationDate" : "2023-12-12T13:12:12+01:00", + "creationDate" : "2023-12-12T12:12:12Z", "enabled" : true, "expirationDateDefined" : false } @@ -107,4 +107,4 @@ response: "id" : "user1" } } - } \ No newline at end of file + } diff --git a/change-validation/src/test/resources/changevalidation_api/api_changerequest.yml b/change-validation/src/test/resources/changevalidation_api/api_changerequest.yml index b1440fe97..d8046c921 100644 --- a/change-validation/src/test/resources/changevalidation_api/api_changerequest.yml +++ b/change-validation/src/test/resources/changevalidation_api/api_changerequest.yml @@ -651,7 +651,11 @@ response: "group_real_nodes" ], "properties" : [ - { + { + "name" : "hiddenProp", + "value" : "hidden prop value" + }, + { "name" : "jsonParam", "value" : { "array" : [ @@ -708,6 +712,10 @@ response: }, "properties" : { "from" : [ + { + "name" : "hiddenProp", + "value" : "hidden prop value" + }, { "name" : "jsonParam", "value" : { @@ -792,6 +800,10 @@ response: ], "properties" : [ { + "name" : "hiddenProp", + "value" : "hidden prop value" + }, + { "name" : "jsonParam", "value" : { "array" : [ @@ -1704,6 +1716,10 @@ response: ], "properties" : [ { + "name" : "hiddenProp", + "value" : "hidden prop value" + }, + { "name" : "jsonParam", "value" : { "array" : [ @@ -1760,6 +1776,10 @@ response: }, "properties" : { "from" : [ + { + "name" : "hiddenProp", + "value" : "hidden prop value" + }, { "name" : "jsonParam", "value" : { @@ -1843,6 +1863,10 @@ response: "group_real_nodes" ], "properties" : [ + { + "name" : "hiddenProp", + "value" : "hidden prop value" + }, { "name" : "jsonParam", "value" : { @@ -2768,6 +2792,10 @@ response: "group_real_nodes" ], "properties" : [ + { + "name" : "hiddenProp", + "value" : "hidden prop value" + }, { "name" : "jsonParam", "value" : { @@ -2825,6 +2853,10 @@ response: }, "properties" : { "from" : [ + { + "name" : "hiddenProp", + "value" : "hidden prop value" + }, { "name" : "jsonParam", "value" : { @@ -2908,6 +2940,10 @@ response: "group_real_nodes" ], "properties" : [ + { + "name" : "hiddenProp", + "value" : "hidden prop value" + }, { "name" : "jsonParam", "value" : { @@ -3617,6 +3653,10 @@ response: "group_real_nodes" ], "properties" : [ + { + "name" : "hiddenProp", + "value" : "hidden prop value" + }, { "name" : "jsonParam", "value" : {