bring back accidentially removed MockScriptEngine plugin
This commit is contained in:
parent
46c295d029
commit
7e4c4cd8d9
|
@ -70,6 +70,10 @@ import static org.hamcrest.Matchers.nullValue;
|
|||
/**
|
||||
*/
|
||||
public class InnerHitsIT extends ESIntegTestCase {
|
||||
@Override
|
||||
protected Collection<Class<? extends Plugin>> nodePlugins() {
|
||||
return pluginList(MockScriptEngine.TestPlugin.class);
|
||||
}
|
||||
|
||||
public void testSimpleNested() throws Exception {
|
||||
assertAcked(prepareCreate("articles").addMapping("article", jsonBuilder().startObject().startObject("article").startObject("properties")
|
||||
|
|
Loading…
Reference in New Issue