forked from ScoDoc/ScoDoc
Fix API unit tests for operations_user_notes
This commit is contained in:
parent
2642a25cf7
commit
e5a3e3a5a0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user