Fix API unit tests

This commit is contained in:
Emmanuel Viennet 2023-10-07 08:40:17 +02:00
parent 61540cb2a0
commit 1b4ec1880f
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.6.40" SCOVERSION = "9.6.41"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"

View File

@ -37,6 +37,7 @@ ASSIDUITES_FIELDS = {
"entry_date": str, "entry_date": str,
"user_id": (int, NoneType), "user_id": (int, NoneType),
"user_name": (str, NoneType), "user_name": (str, NoneType),
"user_nom_complet": (str, NoneType),
"est_just": bool, "est_just": bool,
"external_data": dict, "external_data": dict,
} }