extend from WatcherRestTestCase to make sure watcher gets restarted after each test
Original commit: elastic/x-pack-elasticsearch@6932cfd185
This commit is contained in:
parent
8e0da2602d
commit
0bb6fed89f
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue