Skip to content

Commit 89bef73

Browse files
committed
Polish
1 parent a1cc5bf commit 89bef73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerAutoConfigurationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ void autoConfigurationShouldFailIfAlgorithmIsInvalid() {
302302
this.contextRunner
303303
.withPropertyValues(
304304
"spring.security.oauth2.resourceserver.jwt.public-key-location=classpath:public-key-location",
305-
"spring.security.oauth2.resourceserver.jwt.jws-algorithm=NOT_VALID")
305+
"spring.security.oauth2.resourceserver.jwt.jws-algorithms=NOT_VALID")
306306
.run((context) -> assertThat(context).hasFailed().getFailure()
307307
.hasMessageContaining("signatureAlgorithm cannot be null"));
308308
}

0 commit comments

Comments
 (0)