Browse Source

Merge branch '2.2.x'

Closes gh-18963
pull/18999/head
Stephane Nicoll 6 years ago
parent
commit
ec5e407ce3
  1. 2
      spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactoryTests.java

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

@ -61,7 +61,7 @@ class RequestPredicateFactoryTests { @@ -61,7 +61,7 @@ class RequestPredicateFactoryTests {
}
@Test
void getRequestPredicateReturnsRedicateWithPath() {
void getRequestPredicateReturnsPredicateWithPath() {
DiscoveredOperationMethod operationMethod = getDiscoveredOperationMethod(ValidSelectors.class);
WebOperationRequestPredicate requestPredicate = this.factory.getRequestPredicate(this.rootPath,
operationMethod);

Loading…
Cancel
Save