test(ues): add real handler tests for /ues endpoints #114
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Endpoints to test
Cases to cover
GET /ues — 200 list, 403 non-employee
POST /ues — 201 created, 400 missing fields, 403 non-employee
GET /ues/{idUE} — 200 found, 404 not found, 403 non-employee
PUT /ues/{idUE} — 200 updated, 404 not found, 403 non-employee
DELETE /ues/{idUE} — 204 deleted, 404 not found, 403 non-employee
test(permissions): add real handler tests for GET /permissionsto test(ues): add real handler tests for /ues endpoints