build: remove print
This commit is contained in:
parent
4dd20be507
commit
477065f623
|
@ -60,8 +60,7 @@ public class ProjectApplicationControllerTests {
|
||||||
mockMvc.perform(MockMvcRequestBuilders.get("/project/application/list/1"))
|
mockMvc.perform(MockMvcRequestBuilders.get("/project/application/list/1"))
|
||||||
.andExpect(status().isOk())
|
.andExpect(status().isOk())
|
||||||
.andExpect(content().contentType(MediaType.APPLICATION_JSON))
|
.andExpect(content().contentType(MediaType.APPLICATION_JSON))
|
||||||
.andExpect(jsonPath("$.data[0].typeValue").value("2"))
|
.andExpect(jsonPath("$.data[0].typeValue").value("2"));
|
||||||
.andDo(print());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue