Commit 94b5ad0f authored by Phillip Webb's avatar Phillip Webb

Fixup tests following upstream HATEOAS changes

See gh-17755
parent bee373d6
...@@ -48,7 +48,7 @@ class WebMvcTestHateoasIntegrationTests { ...@@ -48,7 +48,7 @@ class WebMvcTestHateoasIntegrationTests {
@Test @Test
void hateoasResponse() throws Exception { void hateoasResponse() throws Exception {
this.mockMvc.perform(get("/hateoas/resource")) this.mockMvc.perform(get("/hateoas/resource"))
.andExpect(header().string(HttpHeaders.CONTENT_TYPE, "application/hal+json;charset=UTF-8")); .andExpect(header().string(HttpHeaders.CONTENT_TYPE, "application/hal+json"));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment