diff --git a/elasticsearch/qa/smoke-test-watcher-with-mustache/src/test/java/org/elasticsearch/smoketest/WatcherWithMustacheIT.java b/elasticsearch/qa/smoke-test-watcher-with-mustache/src/test/java/org/elasticsearch/smoketest/WatcherWithMustacheIT.java index 299341a4fba..e515b65c483 100644 --- a/elasticsearch/qa/smoke-test-watcher-with-mustache/src/test/java/org/elasticsearch/smoketest/WatcherWithMustacheIT.java +++ b/elasticsearch/qa/smoke-test-watcher-with-mustache/src/test/java/org/elasticsearch/smoketest/WatcherWithMustacheIT.java @@ -15,7 +15,7 @@ import org.elasticsearch.test.rest.parser.RestTestParseException; import java.io.IOException; /** Runs rest tests against external cluster */ -public class WatcherWithMustacheIT extends ESClientYamlSuiteTestCase { +public class WatcherWithMustacheIT extends WatcherRestTestCase { public WatcherWithMustacheIT(@Name("yaml") RestTestCandidate testCandidate) { super(testCandidate);