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