See gh-14843
This commit is contained in:
Johnny Lim
2018-10-16 07:15:08 +09:00
committed by Stephane Nicoll
parent c2588f4e33
commit 47daf96c48
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));
}