Skip to content

Commit

Permalink
Merge branch 'feature/create-jwt-tokens' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yasasghari committed Mar 4, 2024
2 parents 6b45090 + 315487c commit 0b21b63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ void jwtTokenValid() throws Exception {
}

/**
* JUnit test to check if a valid JWT token returns the correct response message from the service-layer.
* JUnit test to check if an invalid JWT token containing wrong role id returns the correct response message from the service-layer.
*/
@Test
void jwtTokenInvalidRole() throws Exception {
Expand Down

0 comments on commit 0b21b63

Please sign in to comment.