|
|
@@ -22,8 +22,8 @@ import org.junit.jupiter.api.AfterAll;
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient;
|
|
|
-import org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest;
|
|
|
+import org.springframework.boot.webflux.test.autoconfigure.WebFluxTest;
|
|
|
+import org.springframework.boot.webtestclient.AutoConfigureWebTestClient;
|
|
|
import org.springframework.context.annotation.Bean;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
import org.springframework.context.annotation.Import;
|