Skip to content

Commit

Permalink
Fix testRolesArray test
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Apr 27, 2023
1 parent b28b577 commit 4abc74c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public void testRolesArray() throws Exception {
.setPayload("{"+
"\"sub\": \"Cluster_0\","+
"\"aud\": \"ext_0\","+
"\"dec_r\": [\"a\",\"b\",\"3rd\"]"+
"\"dec_r\": \"a,b,3rd\""+
"}");

final AuthCredentials credentials = extractCredentialsFromJwtHeader(
Expand Down

0 comments on commit 4abc74c

Please sign in to comment.