Update to Spring Data Evans SR1

Closes gh-1709
This commit is contained in:
Andy Wilkinson
2014-11-03 11:31:15 +00:00
parent a7e1ec842d
commit a85e02fbb9
2 changed files with 2 additions and 2 deletions

View File

@@ -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")));
}