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' --- .../src/test/resources/data/ernp/2_kitt_update_resp.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_update_resp.json') diff --git a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_update_resp.json b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_update_resp.json index 23dc74f3..97855d4d 100644 --- a/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_update_resp.json +++ b/modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/2_kitt_update_resp.json @@ -3,36 +3,36 @@ "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": "1933000000000509", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", "wert": "88hvWzUaIX" }, { - "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": "1933000000000511", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", "wert": "VRNCAylF" }, { - "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": "1933000000000513", "gueltigAb": "2022-03-03T11:14:59.712+01:00", "staatscode2": "DE", "wert": "miEklFHC" }, { - "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": "1933100000000607", "gueltigAb": "2022-03-03T11:15:00.762+01:00", "staatscode2": "DE", -- cgit v1.2.3