Remove deprecated usage of WebTestClientBuilderCustomizer

See gh-19536
pull/19690/head
dreis2211 5 years ago committed by Stephane Nicoll
parent 620f5801a2
commit 6ffe47cd06

@ -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;

Loading…
Cancel
Save