mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Remove deprecated usage of WebTestClientBuilderCustomizer
See gh-19536
This commit is contained in:
committed by
Stephane Nicoll
parent
620f5801a2
commit
6ffe47cd06
+1
-1
@@ -16,7 +16,7 @@
|
||||
|
||||
package org.springframework.boot.test.autoconfigure.restdocs;
|
||||
|
||||
import org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientBuilderCustomizer;
|
||||
import org.springframework.boot.test.web.reactive.server.WebTestClientBuilderCustomizer;
|
||||
import org.springframework.restdocs.webtestclient.WebTestClientRestDocumentationConfigurer;
|
||||
import org.springframework.test.web.reactive.server.WebTestClient;
|
||||
import org.springframework.util.StringUtils;
|
||||
|
||||
Reference in New Issue
Block a user