From 26c31db942450519ba0ea5eac0c301a88841965c Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 7 Jun 2023 09:45:37 +0200 Subject: fix(ernp): change JSON API because it has some bugs Reason: some elements are 'date' now, but was defined as 'date-time' --- .../ernp/1_search_with_personalId_closed_and_zmr_kitt_resp.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_and_zmr_kitt_resp.json') diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_and_zmr_kitt_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_and_zmr_kitt_resp.json index be90e2c6..d1d4f79f 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_and_zmr_kitt_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_search_with_personalId_closed_and_zmr_kitt_resp.json @@ -4,9 +4,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "47769100000077607", "gueltigAb": "2022-10-06T08:01:18.117+02:00", "gueltigBis": "2022-10-06T08:01:18.117+02:00", @@ -44,9 +44,9 @@ "type": "Person", "eidas": [ { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "47769100000077607", "gueltigAb": "2022-10-06T08:01:18.117+02:00", "gueltigBis": "2022-10-06T08:01:18.117+02:00", -- cgit v1.2.3