test(modules): add real handler tests for /modules endpoints #113
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 /modules — 200 list, 403 non-admin
POST /modules — 201 created, 409 duplicate, 403 non-admin
GET /modules/{idModule} — 200 found, 404 not found, 403 non-admin
PUT /modules/{idModule} — 200 updated, 404 not found, 403 non-admin
DELETE /modules/{idModule} — 204 deleted, 404 not found, 403 non-admin
test(mobility): add real handler tests for mobility endpointsto test(modules): add real handler tests for /modules endpoints