Fix missed test class

This commit is contained in:
Robert Muir 2015-08-03 21:56:43 -04:00
parent 9091f46602
commit c059101fbb
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import org.elasticsearch.test.rest.parser.RestTestParseException;
import java.io.IOException;
/** Rest integration test. runs against external cluster in 'mvn verify' */
public class RestIT extends ElasticsearchRestTestCase {
public class RestIT extends ESRestTestCase {
public RestIT(RestTestCandidate testCandidate) {
super(testCandidate);
}