diff --git a/spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java b/spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java index 697780da..053a658e 100644 --- a/spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java +++ b/spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java @@ -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