Commit de7b6246 authored by Phillip Webb's avatar Phillip Webb

Polish

parent a9263998
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment