fix integration test (#1615)

* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup
This commit is contained in:
Doha2012
2017-04-09 20:38:30 +02:00
committed by Eugen
parent a5de78c2b2
commit cc276589ec
5 changed files with 9 additions and 6 deletions

View File

@@ -63,4 +63,4 @@ public class SpringBootApplicationIntegrationTest {
mockMvc.perform(MockMvcRequestBuilders.get("/entity/findbyversion").header("Version", "1.0.0")).andExpect(MockMvcResultMatchers.status().isOk()).andExpect(MockMvcResultMatchers.content().contentType(contentType))
.andExpect(jsonPath("$.id", equalTo(1)));
}
}
}