From 44de81857a1e4abd01b8fa1020070e6a96878f61 Mon Sep 17 00:00:00 2001 From: Iziram Date: Thu, 18 Jan 2024 15:09:39 +0100 Subject: [PATCH] Assiduites : fix typo type test_api_justif --- tests/api/test_api_justificatifs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/api/test_api_justificatifs.py b/tests/api/test_api_justificatifs.py index aedebaee..5e73d2c7 100644 --- a/tests/api/test_api_justificatifs.py +++ b/tests/api/test_api_justificatifs.py @@ -33,8 +33,8 @@ JUSTIFICATIFS_FIELDS = { "entry_date": str, "fichier": str, "user_id": int | None, - "user_name": int | None, - "user_nom_complet": int | None, + "user_name": str | None, + "user_nom_complet": str | None, "external_data": dict, }