Skip to content
Snippets Groups Projects
Commit dc0061fb authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Fix: assiduite unit tests

parent 96420c53
Branches
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ def test_permissions(api_headers):
"etat": "I",
"etudid": 1,
"evaluation_id": 1,
"filename": "toto",
"formation_id": 1,
"formsemestre_id": 1,
"group_id": 1,
......@@ -84,12 +85,12 @@ def test_permissions(api_headers):
if any(
path.startswith(p)
for p in [
"/ScoDoc/api/justificatif/1/list",
"/ScoDoc/api/justificatif/1/justifies",
"/ScoDoc/api/justificatif/1/list", # demande AbsJustifView
"/ScoDoc/api/justificatif/1/justifies", # demande ScoJustifChange
"/ScoDoc/api/justificatif/1/export", # demande AbsChange
]
):
# On passe la route "api/justificatif/<>/list" car elle nécessite la permission AbsJustifView
# On passe la route "api/justificatif/<>/justifies" car elle nécessite la permission ScoJustifChange
# On passe ces routes spéciales
continue
r = requests.get(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment