Replacing cloud.test.TestSocketUtils

Now utilizing the one provided by the spring framework
This commit is contained in:
Glenn Renfro
2022-11-28 20:45:36 -05:00
parent 8a8bcc65bc
commit 6d17f8dedb
10 changed files with 14 additions and 9 deletions

View File

@@ -30,10 +30,10 @@ import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.test.system.CapturedOutput;
import org.springframework.boot.test.system.OutputCaptureExtension;
import org.springframework.cloud.test.TestSocketUtils;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.datasource.DriverManagerDataSource;
import org.springframework.test.util.TestSocketUtils;
import static org.assertj.core.api.Assertions.assertThat;