Merge branch '2.2.x'
Closes gh-18963
This commit is contained in:
@@ -61,7 +61,7 @@ class RequestPredicateFactoryTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void getRequestPredicateReturnsRedicateWithPath() {
|
void getRequestPredicateReturnsPredicateWithPath() {
|
||||||
DiscoveredOperationMethod operationMethod = getDiscoveredOperationMethod(ValidSelectors.class);
|
DiscoveredOperationMethod operationMethod = getDiscoveredOperationMethod(ValidSelectors.class);
|
||||||
WebOperationRequestPredicate requestPredicate = this.factory.getRequestPredicate(this.rootPath,
|
WebOperationRequestPredicate requestPredicate = this.factory.getRequestPredicate(this.rootPath,
|
||||||
operationMethod);
|
operationMethod);
|
||||||
|
|||||||
Reference in New Issue
Block a user