Moves to new LocalServerPort location

This commit is contained in:
spencergibb
2022-05-18 12:40:10 -04:00
parent b7e8a8f0ef
commit 3a78e666cb
18 changed files with 19 additions and 19 deletions

View File

@@ -32,7 +32,7 @@ import org.junit.jupiter.api.condition.JRE;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.boot.test.web.server.LocalServerPort;
import org.springframework.cloud.client.DefaultServiceInstance;
import org.springframework.cloud.gateway.config.GatewayMetricsProperties;
import org.springframework.cloud.gateway.test.HttpBinCompatibleController;