See gh-6956
@ -83,7 +83,7 @@ public class SampleHypermediaJpaApplicationIntegrationTests {
public void browser() throws Exception {
MvcResult response = this.mockMvc.perform(get("/").accept(MediaType.TEXT_HTML))
.andExpect(status().isFound()).andReturn();
assertEquals("/browser/index.html#",
assertEquals("http://localhost/browser/index.html#/",
response.getResponse().getHeaders("location").get(0));
}