Skip to content

Commit

Permalink
#29711 getting closer to the matcher goal
Browse files Browse the repository at this point in the history
  • Loading branch information
jdotcms committed Aug 27, 2024
1 parent ebec8f7 commit a9a2243
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void test_default_implementation() throws Exception {
// empty implementation
};
final FakeHttpRequest request = new FakeHttpRequest("localhost", "/test");
final boolean result = requestMatcher.match(request.request());
final boolean result = requestMatcher.match(request.request(), null);
assertFalse(result);
}

Expand Down

0 comments on commit a9a2243

Please sign in to comment.