Skip to content

Commit 5f999ef

Browse files
committed
ESQL: Remove removed param from EsqlSpec argument formatting
1 parent fe4a523 commit 5f999ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/EsqlSpecTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public abstract class EsqlSpecTestCase extends ESRestTestCase {
9797
protected final Mode mode;
9898
protected static Boolean supportsTook;
9999

100-
@ParametersFactory(argumentFormatting = "%2$s.%3$s %7$s")
100+
@ParametersFactory(argumentFormatting = "%2$s.%3$s")
101101
public static List<Object[]> readScriptSpec() throws Exception {
102102
List<URL> urls = classpathResources("/*.csv-spec");
103103
assertTrue("Not enough specs found " + urls, urls.size() > 0);

0 commit comments

Comments
 (0)