Skip to content

Commit

Permalink
test(openshift): rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Aug 6, 2021
1 parent 2798e42 commit c34d94d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void shouldValidateTokenWithSufficientPermissions() throws Exception {
}

@Test
void shouldNotValidateTokenWithSufficientPermissions() throws Exception {
void shouldNotValidateTokenWithInsufficientPermissions() throws Exception {
SelfSubjectAccessReview accessReview =
new SelfSubjectAccessReviewBuilder()
.withNewStatus()
Expand Down

0 comments on commit c34d94d

Please sign in to comment.