mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Update to Spring Data Evans SR1
Closes gh-1709
This commit is contained in:
+1
-1
@@ -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