|
@@ -33,7 +33,7 @@ import org.junit.jupiter.api.Test;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
-import org.springframework.boot.test.web.server.LocalServerPort;
|
|
|
+import org.springframework.boot.web.server.test.LocalServerPort;
|
|
|
|
|
|
import static org.assertj.core.api.Assertions.assertThat;
|
|
|
|