소스 검색

Fix typo

(cherry picked from commit 80c5ec459befd9292e08a43e30f4aae22f39eeed)
Rivaldi 3 년 전
부모
커밋
757fb38147
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      oauth2/oauth2-jose/src/test/java/org/springframework/security/oauth2/jwt/NimbusJwtDecoderTests.java

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

@@ -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)