Assiduites : fix typo type test_api_justif

This commit is contained in:
Iziram 2024-01-18 15:09:39 +01:00
parent 78d97d2c2d
commit 44de81857a
1 changed files with 2 additions and 2 deletions

View File

@ -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,
}