Skip to content

Commit 98ef65b

Browse files
committed
Update IT test
1 parent 7b67a04 commit 98ef65b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/LookupFromIndexIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
import org.elasticsearch.tasks.TaskId;
4747
import org.elasticsearch.threadpool.ThreadPool;
4848
import org.elasticsearch.xpack.core.async.AsyncExecutionId;
49-
import org.elasticsearch.xpack.esql.ConfigurationTestUtils;
5049
import org.elasticsearch.xpack.esql.core.expression.Alias;
5150
import org.elasticsearch.xpack.esql.core.expression.ReferenceAttribute;
5251
import org.elasticsearch.xpack.esql.core.tree.Source;
@@ -215,7 +214,6 @@ private void runLookup(DataType keyType, PopulateIndices populateIndices) throws
215214
final String finalNodeWithShard = nodeWithShard;
216215
LookupFromIndexOperator.Factory lookup = new LookupFromIndexOperator.Factory(
217216
"test",
218-
ConfigurationTestUtils.randomConfiguration(),
219217
parentTask,
220218
QueryPragmas.ENRICH_MAX_WORKERS.get(Settings.EMPTY),
221219
1,

0 commit comments

Comments
 (0)