#859 - Polishing.

Removed System.our.println from test case.
This commit is contained in:
Oliver Drotbohm
2019-07-01 10:26:46 +02:00
parent 1396f0313c
commit ac065158d5

View File

@@ -15,7 +15,7 @@
*/
package org.springframework.hateoas.server.mvc;
import static org.assertj.core.api.AssertionsForInterfaceTypes.*;
import static org.assertj.core.api.AssertionsForClassTypes.*;
import static org.springframework.hateoas.MediaTypes.*;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.*;
@@ -130,8 +130,6 @@ public class RepresentationModelProcessorIntegrationTest {
.getResponse() //
.getContentAsString();
System.out.println(results);
assertThat(DISCOVERER.findRequiredLinkWithRel(WILDCARD_LINK_RELATION, results).getHref())
.isEqualTo("/non-specific-collection/link");