mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
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…
x
Reference in New Issue
Block a user