removes circuitBreaker parameter

This commit is contained in:
sgibb
2023-11-28 14:57:09 -05:00
parent bd38f67346
commit 57dd2b026e

View File

@@ -762,7 +762,7 @@ public class ServerMvcIntegrationTests {
// @formatter:off
return route(path("/anything/circuitbreakernofallback"), http())
.filter(new HttpbinUriResolver())
.filter(circuitBreaker("mycb3", null))
.filter(circuitBreaker("mycb3"))
.filter(setPath("/delay/5"))
.withAttribute(MvcUtils.GATEWAY_ROUTE_ID_ATTR, "testcircuitbreakernofallback");
// @formatter:on