parent
a7e1ec842d
commit
a85e02fbb9
|
|
@ -110,7 +110,7 @@
|
|||
<spring-amqp.version>1.4.0.RC1</spring-amqp.version>
|
||||
<spring-cloud.version>1.1.0.RELEASE</spring-cloud.version>
|
||||
<spring-batch.version>3.0.2.RELEASE</spring-batch.version>
|
||||
<spring-data-releasetrain.version>Evans-RELEASE</spring-data-releasetrain.version>
|
||||
<spring-data-releasetrain.version>Evans-SR1</spring-data-releasetrain.version>
|
||||
<spring-hateoas.version>0.16.0.RELEASE</spring-hateoas.version>
|
||||
<spring-integration.version>4.1.0.RC1</spring-integration.version>
|
||||
<spring-loaded.version>1.2.1.RELEASE</spring-loaded.version>
|
||||
|
|
|
|||
|
|
@ -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")));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue