We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f462d76 commit ef35f00Copy full SHA for ef35f00
oauth2/oauth2-jose/src/test/java/org/springframework/security/oauth2/jwt/NimbusJwtEncoderTests.java
@@ -107,7 +107,6 @@ public void encodeWhenJwkSelectFailedThenThrowJwtEncodingException() throws Exce
107
.withMessageContaining("Failed to select a JWK signing key -> key source error");
108
}
109
110
-
111
@Test
112
public void encodeWhenJwkSelectEmptyThenThrowJwtEncodingException() {
113
JwsHeader jwsHeader = JwsHeader.with(SignatureAlgorithm.RS256).build();
0 commit comments