From c0246843437c5e6b2211ba0344967e1b813d7f9e Mon Sep 17 00:00:00 2001 From: Vincent Bourgeois Date: Thu, 12 Dec 2024 11:43:24 +0100 Subject: [PATCH] fix(import): test field jsonschema_definitions --- .../geonature/tests/imports/jsonschema_definitions.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/backend/geonature/tests/imports/jsonschema_definitions.py b/backend/geonature/tests/imports/jsonschema_definitions.py index 42a94a4520..a968b52f32 100644 --- a/backend/geonature/tests/imports/jsonschema_definitions.py +++ b/backend/geonature/tests/imports/jsonschema_definitions.py @@ -36,7 +36,16 @@ ], }, "type_field": { - "type": "string", + "type": [ + "string", + "null", + ], + }, + "type_field_params": { + "type": [ + "object", + "null", + ], }, "synthese_field": { "type": "boolean",