From a0bf89c54bcde70b05337b6890a23d20926c17ed Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 29 May 2025 11:33:29 -0400 Subject: [PATCH] Update ServerMvcIntegrationTests.java --- .../cloud/gateway/server/mvc/ServerMvcIntegrationTests.java | 1 - 1 file changed, 1 deletion(-) 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 51f4145e..7cf533cf 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 @@ -1032,7 +1032,6 @@ public class ServerMvcIntegrationTests { @SpringBootConfiguration @EnableAutoConfiguration @LoadBalancerClient(name = "httpbin", configuration = TestLoadBalancerConfig.Httpbin.class) - protected static class TestConfiguration { @Import(PermitAllSecurityConfiguration.class) protected static class TestConfiguration extends WebMvcConfigurationSupport {