(cherry picked from commit 80c5ec459befd9292e08a43e30f4aae22f39eeed)
This commit is contained in:
Rivaldi 2022-06-18 10:57:19 +07:00 committed by Josh Cummings
parent 5e4e7abf15
commit 757fb38147
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ public class NimbusJwtDecoderTests {
// gh-7056
@Test
public void decodeWhenUsingSecertKeyWithKidThenStillUsesKey() throws Exception {
public void decodeWhenUsingSecretKeyWithKidThenStillUsesKey() throws Exception {
SecretKey secretKey = TestKeys.DEFAULT_SECRET_KEY;
// @formatter:off
JWSHeader header = new JWSHeader.Builder(JWSAlgorithm.HS256)