fixes uri format

This commit is contained in:
Spencer Gibb
2019-12-04 15:38:48 -05:00
parent 6a9c64b635
commit c8df400f01

View File

@@ -75,7 +75,7 @@ public class HystrixTestConfig {
.route("hystrix_connection_failure",
r -> r.host("**.hystrixconnectfail.org")
.filters(f -> f.prefixPath("/httpbin").hystrix(config -> {
})).uri("lb:badservice"))
})).uri("lb://badservice"))
/*
* This is a route encapsulated in a hystrix command that is ready to wait
* for a response far longer than the underpinning WebClient would.