Alex Pang
Alex Pang
Issue404Test::testNovember3Noon and Issue404Test::testNovember3Midnight are also passing for me. Tests were run on AdoptOpenJDK 8.0.242.08-hotspot. Notably, Brazil seems to have stopped observing DST in 2019, and the update for the jdk...
@jmrozanec Updated my previous comment with the possible cause of the test failures on your end.
@sdeleuze In spring-restdocs-mockmvc, the String urlTemplate static functions in [RestDocumentationRequestBuilders](https://github.com/spring-projects/spring-restdocs/blob/master/spring-restdocs-mockmvc/src/main/java/org/springframework/restdocs/mockmvc/RestDocumentationRequestBuilders.java) add a request attribute with the url template value: Ex. ``` public static MockHttpServletRequestBuilder get(String urlTemplate, Object... urlVariables) { return...