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 da3e5c8 commit 57fc328
Showing 1 changed file with 1 addition and 1 deletion.
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 57fc328

Please sign in to comment.