Skip to content

Commit 757fb38

Browse files
cbot59jzheaux
authored andcommitted
Fix typo
(cherry picked from commit 80c5ec459befd9292e08a43e30f4aae22f39eeed)
1 parent 5e4e7ab commit 757fb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ public void decodeWhenUsingSecretKeyAndIncorrectAlgorithmThenThrowsJwtException(
509509

510510
// gh-7056
511511
@Test
512-
public void decodeWhenUsingSecertKeyWithKidThenStillUsesKey() throws Exception {
512+
public void decodeWhenUsingSecretKeyWithKidThenStillUsesKey() throws Exception {
513513
SecretKey secretKey = TestKeys.DEFAULT_SECRET_KEY;
514514
// @formatter:off
515515
JWSHeader header = new JWSHeader.Builder(JWSAlgorithm.HS256)

0 commit comments

Comments
 (0)