Skip to content

Commit ef35f00

Browse files
author
douxf
committed
Signed-off-by: douxiaofeng99 <[email protected]> enhancement for NimbusJwtEncoder to supporting key rotation
close 16170
1 parent f462d76 commit ef35f00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oauth2/oauth2-jose/src/test/java/org/springframework/security/oauth2/jwt/NimbusJwtEncoderTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public void encodeWhenJwkSelectFailedThenThrowJwtEncodingException() throws Exce
107107
.withMessageContaining("Failed to select a JWK signing key -> key source error");
108108
}
109109

110-
111110
@Test
112111
public void encodeWhenJwkSelectEmptyThenThrowJwtEncodingException() {
113112
JwsHeader jwsHeader = JwsHeader.with(SignatureAlgorithm.RS256).build();

0 commit comments

Comments
 (0)