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: test/JobsAll.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ let datasetPid1 = null,
28
28
jobId6=null,
29
29
encodedJobOwnedByAnonym=null,
30
30
jobId7=null,
31
-
encodedJobOwnedByGroup3=null
31
+
encodedJobOwnedByGroup3=null;
32
32
33
33
constdataset1={
34
34
...TestData.RawCorrect,
@@ -787,7 +787,7 @@ describe("1120: Jobs: Test New Job Model Authorization for all_access jobs type"
787
787
788
788
it("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",async()=>{
0 commit comments