Skip to content

Commit 3fb1ca9

Browse files
committed
Removes debug property
See gh-3562
1 parent ff5eb57 commit 3fb1ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-gateway-webflux/src/test/java/org/springframework/cloud/gateway/webflux/ProductionConfigurationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
import static org.assertj.core.api.Assertions.assertThat;
6161

62-
@SpringBootTest(properties = { "debug=true", "spring.cloud.gateway.proxy.skipped=host" }, webEnvironment = WebEnvironment.RANDOM_PORT)
62+
@SpringBootTest(properties = { "spring.cloud.gateway.proxy.skipped=host" }, webEnvironment = WebEnvironment.RANDOM_PORT)
6363
@ContextConfiguration(classes = TestApplication.class)
6464
@DirtiesContext
6565
public class ProductionConfigurationTests {

0 commit comments

Comments
 (0)