n/n | description | inputs | expected result GraphQl | actual result GraphQl |
---|---|---|---|---|
GMR1 | Get merge requests list/id without scopes |
| missing allowance merge_request:read | |
GMR2 | Get merge requests list/id without role |
| 403, FORBIDDEN | |
GMR3 | Get merge requests list/id with client not NHS |
| 403, FORBIDDEN | |
GMR4 | Get merge request by valid ID which doesn't exist |
| NOT_FOUND | |
GMR5 | Get merge request by valid ID in status <> NEW/POSTPONE |
| FORBIDDEN, You are not allowed to view this merge request | |
ASM5 | Get merge request by valid ID in status NEW/POSTPONE |
| 200, data | |
ASM6 | Get merge requests List |
| 200, response has only user's merge requests in status NEW, POSTPONE |
LikeBe the first to like this