Checkstyle fix

This commit is contained in:
Arjen Poutsma 2021-01-21 15:55:28 +01:00
parent 5a4a677fbd
commit daa5465003
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public class SimpleUrlHandlerMappingTests {
assertThat(chain.getHandler()).isSameAs(otherBean);
assertThat(request.getAttribute(PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE)).isEqualTo("welcome.x");
assertThat(request.getAttribute(BEST_MATCHING_HANDLER_ATTRIBUTE)).isEqualTo(otherBean);
request = PathPatternsTestUtils.initRequest("GET", "/welcome/", usePathPatterns);
chain = getHandler(hm, request);
assertThat(chain.getHandler()).isSameAs(otherBean);