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' --- .../test/resources/data/ernp/1_kitt_search_latest_resp.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_search_latest_resp.json') diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_search_latest_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_search_latest_resp.json index 588153cd..cd2c34cc 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_search_latest_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_kitt_search_latest_resp.json @@ -4,27 +4,27 @@ "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": "1933000000000486", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "Y8ADWaeh0h" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000488", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", "wert": "hrFevCfP" }, { - "ablaufDatum": "9999-12-31T00:00:00.000+01:00", + "ablaufDatum": "9999-12-31", "art": "http://eidas.europa.eu/attributes/naturalperson/BirthName", - "ausstellDatum": "9999-12-31T00:00:00.000+01:00", + "ausstellDatum": "9999-12-31", "entityId": "1933000000000490", "gueltigAb": "2022-03-03T11:07:28.885+01:00", "staatscode2": "DE", -- cgit v1.2.3