uncomment

This commit is contained in:
Spencer Gibb
2017-01-06 22:08:01 -07:00
parent 260cc1a057
commit 8100437766

View File

@@ -48,13 +48,13 @@ public class GatewayIntegrationTests {
StepVerifier
.create(result.map(response -> response.headers().asHttpHeaders()))
/*.consumeNextWith(
.consumeNextWith(
httpHeaders -> {
assertThat(httpHeaders.getFirst(HANDLER_MAPPER_HEADER))
.isEqualTo(GatewayPredicateHandlerMapping.class.getSimpleName());
assertThat(httpHeaders.getFirst(ROUTE_ID_HEADER))
.isEqualTo("default_path_to_httpbin");
})*/
})
.expectComplete()
.verify();
}