Resume building against Spring Data Hopper snapshots

See gh-6132
This commit is contained in:
Stephane Nicoll
2016-06-09 15:54:32 +02:00
parent 40ff3f420a
commit 17dfec7c4e
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ public class SampleHypermediaJpaApplicationIntegrationTests {
MvcResult response = this.mockMvc.perform(get("/").accept(MediaType.TEXT_HTML))
.andExpect(status().isFound()).andReturn();
assertThat(response.getResponse().getHeaders("location").get(0))
.isEqualTo("/browser/index.html#");
.isEqualTo("http://localhost/browser/index.html#/");
}
}