|
|
@@ -22,6 +22,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.webtestclient.AutoConfigureWebTestClient;
|
|
|
import org.springframework.http.HttpHeaders;
|
|
|
import org.springframework.test.web.reactive.server.WebTestClient;
|
|
|
|
|
|
@@ -32,6 +33,7 @@ import org.springframework.test.web.reactive.server.WebTestClient;
|
|
|
* @since 5.0
|
|
|
*/
|
|
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
|
|
+@AutoConfigureWebTestClient
|
|
|
public class HelloMethodApplicationITests {
|
|
|
|
|
|
@Autowired
|