Update to Spring Data Evans SR1
Closes gh-1709
This commit is contained in:
@@ -61,7 +61,7 @@ public class SampleDataRestApplicationTests {
|
||||
@Test
|
||||
public void testHome() throws Exception {
|
||||
|
||||
this.mvc.perform(get("/")).andExpect(status().isOk())
|
||||
this.mvc.perform(get("/api")).andExpect(status().isOk())
|
||||
.andExpect(content().string(containsString("hotels")));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user