extend from WatcherRestTestCase to make sure watcher gets restarted after each test

Original commit: elastic/x-pack-elasticsearch@6932cfd185
This commit is contained in:
Martijn van Groningen 2016-07-26 08:59:19 +02:00
parent 8e0da2602d
commit 0bb6fed89f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import org.elasticsearch.test.rest.parser.RestTestParseException;
import java.io.IOException; import java.io.IOException;
/** Runs rest tests against external cluster */ /** Runs rest tests against external cluster */
public class WatcherWithMustacheIT extends ESClientYamlSuiteTestCase { public class WatcherWithMustacheIT extends WatcherRestTestCase {
public WatcherWithMustacheIT(@Name("yaml") RestTestCandidate testCandidate) { public WatcherWithMustacheIT(@Name("yaml") RestTestCandidate testCandidate) {
super(testCandidate); super(testCandidate);