Skip to content

Commit 55166f4

Browse files
committed
Bumping versions
1 parent 5b26387 commit 55166f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
import static org.springframework.cloud.gateway.server.mvc.predicate.GatewayRequestPredicates.host;
4444

4545
@SuppressWarnings("unchecked")
46-
@SpringBootTest(properties = { "spring.http.client.factory=jdk" },
47-
webEnvironment = WebEnvironment.RANDOM_PORT)
46+
@SpringBootTest(properties = { "spring.http.client.factory=jdk" }, webEnvironment = WebEnvironment.RANDOM_PORT)
4847
@ContextConfiguration(initializers = HttpbinTestcontainers.class)
4948
public class VanillaRouterFunctionTests {
5049

0 commit comments

Comments
 (0)