src/test/java/de/gedoplan/seminar/sbt/di/exercise/Exercise07Test.java
@@ -38,13 +38,13 @@ @Test public void testFiltersNonAlcEmpty() throws Exception { mockMvc.perform(get("/bar/nonalc")) mockMvc.perform(get("/api/bar/nonalc")) .andExpect(content().string("")); } @Test public void testFiltersAlc() throws Exception { mockMvc.perform(get("/bar/alc")) mockMvc.perform(get("/api/bar/alc")) .andExpect(jsonPath("$.size()",is(9))); }