From de7b624643d5606491d9a66e1ac2b84b8c4c23f6 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sun, 8 Oct 2017 16:10:31 -0700 Subject: [PATCH] Polish --- .../web/reactive/WebTestClientContextCustomizerFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/reactive/WebTestClientContextCustomizerFactory.java b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/reactive/WebTestClientContextCustomizerFactory.java index 6558ce2a711..6e2f14ec0ea 100644 --- a/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/reactive/WebTestClientContextCustomizerFactory.java +++ b/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/reactive/WebTestClientContextCustomizerFactory.java @@ -32,7 +32,7 @@ import org.springframework.util.ClassUtils; */ public class WebTestClientContextCustomizerFactory implements ContextCustomizerFactory { - private static final String WEB_TEST_CLIENT_CLASS = "org.springframework.web.reactive.function.client.WebClient"; + private static final String WEB_TEST_CLIENT_CLASS = "org.springframework.web.reactive.function.client.WebTestClient"; @Override public ContextCustomizer createContextCustomizer(Class testClass,