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

Fix API unit tests for operations_user_notes

parent 2642a25c
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,10 @@ def test_permissions(api_headers):
"api.formsemestre_edt": {
"formsemestre_id": 1,
},
"api.operations_user_notes": {
"start": 0,
"uid": 1,
},
}
for rule in api_rules:
args = endpoint_args.get(rule.endpoint, all_args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment