Fix compilation after upstream changes
Original commit: elastic/x-pack-elasticsearch@b1cb074651
This commit is contained in:
parent
c1cd964458
commit
d431ebba6f
|
@ -8,7 +8,6 @@ package org.elasticsearch.xpack.prelert.integration;
|
|||
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
|
||||
import org.elasticsearch.test.rest.yaml.ClientYamlTestCandidate;
|
||||
import org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase;
|
||||
import org.elasticsearch.test.rest.yaml.parser.ClientYamlTestParseException;
|
||||
import org.junit.After;
|
||||
|
||||
import java.io.IOException;
|
||||
|
@ -21,7 +20,7 @@ public class PrelertYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
|
|||
}
|
||||
|
||||
@ParametersFactory
|
||||
public static Iterable<Object[]> parameters() throws IOException, ClientYamlTestParseException {
|
||||
public static Iterable<Object[]> parameters() throws IOException {
|
||||
return createParameters();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue