Skip to content

Commit

Permalink
participate student
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTgl committed Feb 18, 2024
1 parent 8a5ace7 commit 3335305
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void getQuizFormWithResult() {
}

@Test
@TestSecurity(user = "Prof", roles = { UserRole.PROF})
@TestSecurity(user = "Student", roles = { UserRole.STUDENT})
@JwtSecurity(claims = { @Claim(key = "sub", value = "111111111111111111111111") })
public void participateUniqueAlias() {
//create & get courses + ids
Expand Down

0 comments on commit 3335305

Please sign in to comment.