#1294 - Polishing.

This commit is contained in:
Greg L. Turnquist
2020-07-01 09:47:43 -05:00
parent 5972fd3f35
commit 887b93aaba

View File

@@ -66,15 +66,7 @@ class HypermediaWebFilterTest {
@Test
void webFilterShouldEmbedExchangeIntoContext() {
String results = this.testClient.get().uri("https://example.com/api") //
.exchange() //
.expectStatus().isOk() //
.expectBody(String.class) //
.returnResult().getResponseBody();
System.out.println("results = " + results);
this.testClient.get().uri("https://example.com/api") //
this.testClient.get().uri("https://example.com/api") //
.accept(MediaTypes.HAL_JSON) //
.exchange() //
.expectStatus().isOk() //