Merge pull request #19536 from dreis2211

* pr/19536:
  Remove deprecated usage of WebTestClientBuilderCustomizer

Closes gh-19536
This commit is contained in:
Stephane Nicoll 2020-01-06 13:01:55 +01:00
commit 6a7e3c55b8
1 changed files with 1 additions and 1 deletions

View File

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