Remove unused WebApplicationContext property

This commit is contained in:
Antoine Rey 2015-06-18 18:29:49 +02:00
parent 1b4d4256c4
commit ca3bb07fa4

View file

@ -32,9 +32,6 @@ public class VetControllerTests {
@Autowired
private VetController vetController;
@Autowired
private WebApplicationContext ctx;
private MockMvc mockMvc;