Fixed test

This commit is contained in:
Denis Kazantsev 2022-04-07 22:54:35 +03:00
parent 66c99227b9
commit 9cfe8ee7ba
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ internal class ServerInfoHeaderMvcTest {
.perform(MockMvcRequestBuilders.get("/test"))
.andDo(MockMvcResultHandlers.print())
.andExpect(MockMvcResultMatchers.status().isOk)
.andExpect(MockMvcResultMatchers.content().contentType(MediaType.APPLICATION_JSON_VALUE))
.andExpect(MockMvcResultMatchers.header().exists("X-App-Build-Version"))
}