Skip to content

Commit f771fe1

Browse files
committed
fix jobsAll test 0300
1 parent fd0845c commit f771fe1

File tree

1 file changed

+1
-1
lines changed
  • Development/v4.x/backend/testing

1 file changed

+1
-1
lines changed

Development/v4.x/backend/testing/jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Not all files test PATCH and DELETE methods, as these would be redundant.
105105
| 0270 | Add a status update to a job as a user from ADMIN_GROUPS for another user's job in '#all' configuration | PATCH | /api/v4/Jobs/${encodedJobOwnedByUser1} | admin | 200 | ```SuccessfulPatchStatusCode``` |
106106
| 0280 | Add a status update to a job as a user from ADMIN_GROUPS for another group's job in '#all' configuration | PATCH | /api/v4/Jobs/${encodedJobOwnedByGroup1} | admin | 200 | ```SuccessfulPatchStatusCode``` |
107107
| 0290 | Add a status update to a job as a user from ADMIN_GROUPS for anonymous user's job in '#all' configuration | PATCH | /api/v4/Jobs/${encodedJobOwnedByAnonym} | admin | 200 | ```SuccessfulPatchStatusCode``` |
108-
| 0300 | Add a status update to a job as a user from CREATE_JOB_PRIVILEGED_GROUPS for anonymous user's job in '#all' configuration, which should be forbidden | PATCH | /api/v4/Jobs/${encodedJobOwnedByUser3} | user1 | 403 | ```AccessForbiddenStatusCode``` |
108+
| 0300 | Add a status update to a job as a user from CREATE_JOB_PRIVILEGED_GROUPS for anonymous user's job in '#all' configuration, which should be forbidden | PATCH | /api/v4/Jobs/${encodedJobOwnedByAnonym} | user1 | 403 | ```AccessForbiddenStatusCode``` |
109109
| 0310 | Add a status update to a job as a user from UPDATE_JOB_PRIVILEGED_GROUPS his/her group in '#all' configuration | PATCH | /api/v4/Jobs/${encodedJobOwnedByGroup3} | user3 | 200 | ```SuccessfulPatchStatusCode``` |
110110
| 0320 | Add a status update to a job as a user from UPDATE_JOB_PRIVILEGED_GROUPS for another user's job in '#all' configuration | PATCH | /api/v4/Jobs/${encodedJobOwnedByUser51} | user3 | 200 | ```SuccessfulPatchStatusCode``` |
111111
| 0330 | Add a status update to a job as a user from UPDATE_JOB_PRIVILEGED_GROUPS for admin's job in '#all' configuration | PATCH | /api/v4/Jobs/${encodedJobOwnedByAdmin} | user3 | 200 | ```SuccessfulPatchStatusCode``` |

0 commit comments

Comments
 (0)