You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Development/v4.x/backend/testing/jobs.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Not all files test PATCH and DELETE methods, as these would be redundant.
105
105
| 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```|
106
106
| 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```|
107
107
| 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```|
109
109
| 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```|
110
110
| 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```|
111
111
| 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