Attempts to fix failing test
This commit is contained in:
@@ -119,7 +119,7 @@ public class SpringCloudCircuitBreakerTestConfig {
|
||||
.route("circuitbreaker_connection_failure", r -> r.host("**.circuitbreakerconnectfail.org")
|
||||
.filters(f -> f.prefixPath("/httpbin").circuitBreaker(config -> {
|
||||
}))
|
||||
.uri("lb://badservice"))
|
||||
.uri(uri))
|
||||
/*
|
||||
* This is a route encapsulated in a circuit breaker that is ready to wait for
|
||||
* a response far longer than the underpinning WebClient would.
|
||||
|
||||
Reference in New Issue
Block a user