Skip to content

Commit 7b67a04

Browse files
committed
Fixed outdated test
1 parent af6f021 commit 7b67a04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/enrich/LookupFromIndexOperatorTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
import org.elasticsearch.threadpool.TestThreadPool;
5454
import org.elasticsearch.threadpool.ThreadPool;
5555
import org.elasticsearch.transport.TransportService;
56-
import org.elasticsearch.xpack.esql.ConfigurationTestUtils;
5756
import org.elasticsearch.xpack.esql.core.expression.NamedExpression;
5857
import org.elasticsearch.xpack.esql.core.expression.ReferenceAttribute;
5958
import org.elasticsearch.xpack.esql.core.tree.Source;
@@ -138,7 +137,6 @@ protected Operator.OperatorFactory simple() {
138137
);
139138
return new LookupFromIndexOperator.Factory(
140139
sessionId,
141-
ConfigurationTestUtils.randomConfiguration(),
142140
parentTask,
143141
maxOutstandingRequests,
144142
inputChannel,

0 commit comments

Comments
 (0)