Skip to content

Commit da10105

Browse files
committed
Bumping versions
1 parent 2673993 commit da10105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/filter/factory/SpringCloudCircuitBreakerResilience4JFilterFactoryTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
/**
4444
* @author Ryan Baxter
4545
*/
46-
@SpringBootTest(webEnvironment = RANDOM_PORT,
47-
properties = { "logging.level.org.springframework.cloud.gateway=TRACE", "debug=true", "spring.cloud.circuitbreaker.hystrix.enabled=false" })
46+
@SpringBootTest(webEnvironment = RANDOM_PORT, properties = { "logging.level.org.springframework.cloud.gateway=TRACE",
47+
"debug=true", "spring.cloud.circuitbreaker.hystrix.enabled=false" })
4848
@ContextConfiguration(classes = SpringCloudCircuitBreakerResilience4JFilterFactoryTests.Config.class)
4949
@DirtiesContext
5050
public class SpringCloudCircuitBreakerResilience4JFilterFactoryTests

0 commit comments

Comments
 (0)