From 4e2f5460043eb91a4a6aa2f30577e825399cff98 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Tue, 14 Feb 2017 21:19:17 -0700 Subject: [PATCH] polish --- .../cloud/gateway/test/GatewayIntegrationTests.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/java/org/springframework/cloud/gateway/test/GatewayIntegrationTests.java b/src/test/java/org/springframework/cloud/gateway/test/GatewayIntegrationTests.java index 968f612b..d2f6e469 100644 --- a/src/test/java/org/springframework/cloud/gateway/test/GatewayIntegrationTests.java +++ b/src/test/java/org/springframework/cloud/gateway/test/GatewayIntegrationTests.java @@ -34,8 +34,7 @@ import reactor.core.publisher.Mono; import reactor.test.StepVerifier; @RunWith(SpringRunner.class) -@SpringBootTest(webEnvironment = RANDOM_PORT/*, - properties = "spring.cloud.gateway.default-filters:AddResponseHeader=\"*/) +@SpringBootTest(webEnvironment = RANDOM_PORT) @DirtiesContext @SuppressWarnings("unchecked") public class GatewayIntegrationTests extends BaseWebClientTests {