Skip to content

Commit 6a7e3c5

Browse files
committed
Merge pull request #19536 from dreis2211
* pr/19536: Remove deprecated usage of WebTestClientBuilderCustomizer Closes gh-19536
2 parents 620f580 + 6ffe47c commit 6a7e3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/RestDocsWebTestClientBuilderCustomizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package org.springframework.boot.test.autoconfigure.restdocs;
1818

19-
import org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientBuilderCustomizer;
19+
import org.springframework.boot.test.web.reactive.server.WebTestClientBuilderCustomizer;
2020
import org.springframework.restdocs.webtestclient.WebTestClientRestDocumentationConfigurer;
2121
import org.springframework.test.web.reactive.server.WebTestClient;
2222
import org.springframework.util.StringUtils;

0 commit comments

Comments
 (0)