Skip to content

Commit 357412a

Browse files
committed
Revert "Updates import of AutoConfigureWebTestClient"
This reverts commit 785b322.
1 parent 9f8564e commit 357412a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-contract-wiremock/src/test/java/org/springframework/cloud/contract/wiremock/WiremockServerWebTestClientApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import org.springframework.beans.factory.annotation.Autowired;
2929
import org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs;
3030
import org.springframework.boot.webflux.test.autoconfigure.WebFluxTest;
31-
import org.springframework.boot.webtestclient.AutoConfigureWebTestClient;
31+
import org.springframework.boot.webtestclient.autoconfigure.AutoConfigureWebTestClient;
3232
import org.springframework.cloud.contract.wiremock.WiremockServerWebTestClientApplicationTests.TestConfiguration;
3333
import org.springframework.context.annotation.Configuration;
3434
import org.springframework.http.ResponseEntity;

0 commit comments

Comments
 (0)