From 0cc33d5c7ccaa04c6d41f6193da029ed4d9d4ee1 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sun, 8 Oct 2017 17:09:12 -0700 Subject: [PATCH] Revert class name change This reverts commit de7b624643d5606491d9a66e1ac2b84b8c4c23f6. --- .../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 6e2f14ec0e..6558ce2a71 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.WebTestClient"; + private static final String WEB_TEST_CLIENT_CLASS = "org.springframework.web.reactive.function.client.WebClient"; @Override public ContextCustomizer createContextCustomizer(Class testClass,