Skip to content

Commit 5c1b7fe

Browse files
committed
fixup! Address comments from code review.
1 parent a689f5e commit 5c1b7fe

File tree

1 file changed

+2
-1
lines changed
  • testsuite/mockoauth-tests/src/test/java/io/strimzi/testsuite/oauth/mockoauth

1 file changed

+2
-1
lines changed

testsuite/mockoauth-tests/src/test/java/io/strimzi/testsuite/oauth/mockoauth/JWKSKeyUseTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ public void doTest() throws Exception {
5353
true,
5454
null,
5555
null,
56-
null);
56+
null,
57+
true);
5758

5859
TokenIntrospection.debugLogJWT(log, tokenInfo.token());
5960

0 commit comments

Comments
 (0)