Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll
2018-10-16 11:38:39 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ public class WebMvcTestServletFilterRegistrationDisabledIntegrationTests {
private MockMvc mvc;
@Test
public void shouldApplyFilter() throws Exception {
public void shouldNotApplyFilter() throws Exception {
this.mvc.perform(get("/one")).andExpect(header().string("x-test", (String) null));
}