Fix API unit tests for operations_user_notes

This commit is contained in:
Emmanuel Viennet 2024-11-04 22:34:33 +01:00
parent 2642a25cf7
commit e5a3e3a5a0

View File

@ -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)