forked from ScoDoc/ScoDoc
Fix API unit tests
This commit is contained in:
parent
61540cb2a0
commit
1b4ec1880f
@ -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"
|
||||||
|
|
||||||
|
@ -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,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user