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 {