Browse Source

Merge pull request #18918 from dreis2211

* pr/18918:
  Polish

Closes gh-18918
pull/19328/head
Stephane Nicoll 6 years ago
parent
commit
992fcbf68f
  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