Clean up warning in spring-test
This commit is contained in:
parent
13cdb70f64
commit
5b6337b6a9
|
@ -103,7 +103,6 @@ public class HeaderAssertionTests {
|
|||
this.mockMvc.perform(get("/persons/1")).andExpect(header().stringValues(VARY, "foo", "bar"));
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@Test
|
||||
public void multiStringHeaderValueWithMatchers() throws Exception {
|
||||
this.mockMvc.perform(get("/persons/1"))
|
||||
|
|
Loading…
Reference in New Issue