Skip to content

Commit a0bf89c

Browse files
committed
Update ServerMvcIntegrationTests.java
1 parent 633c904 commit a0bf89c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,6 @@ void logsArtifactDeprecatedWarning(CapturedOutput output) {
10321032
@SpringBootConfiguration
10331033
@EnableAutoConfiguration
10341034
@LoadBalancerClient(name = "httpbin", configuration = TestLoadBalancerConfig.Httpbin.class)
1035-
protected static class TestConfiguration {
10361035
@Import(PermitAllSecurityConfiguration.class)
10371036
protected static class TestConfiguration extends WebMvcConfigurationSupport {
10381037

0 commit comments

Comments
 (0)