|
@@ -20,7 +20,7 @@ import org.junit.jupiter.api.Test;
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
-import org.springframework.boot.test.web.client.TestRestTemplate;
|
|
|
+import org.springframework.boot.web.server.test.client.TestRestTemplate;
|
|
|
|
|
|
import static org.assertj.core.api.Assertions.assertThat;
|
|
|
|