Skip to content

Commit 6ffe47c

Browse files
dreis2211snicoll
authored andcommitted
Remove deprecated usage of WebTestClientBuilderCustomizer
See gh-19536
1 parent 620f580 commit 6ffe47c

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)