Skip to content

Commit ec5e407

Browse files
committed
Merge branch '2.2.x'
Closes spring-projectsgh-18963
2 parents c56b75b + 992fcbf commit ec5e407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactoryTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void getRequestPredicateWhenMatchAllIsNotLastParameterThrowsException() {
6161
}
6262

6363
@Test
64-
void getRequestPredicateReturnsRedicateWithPath() {
64+
void getRequestPredicateReturnsPredicateWithPath() {
6565
DiscoveredOperationMethod operationMethod = getDiscoveredOperationMethod(ValidSelectors.class);
6666
WebOperationRequestPredicate requestPredicate = this.factory.getRequestPredicate(this.rootPath,
6767
operationMethod);

0 commit comments

Comments
 (0)