We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4a523 commit 5f999efCopy full SHA for 5f999ef
x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/EsqlSpecTestCase.java
@@ -97,7 +97,7 @@ public abstract class EsqlSpecTestCase extends ESRestTestCase {
97
protected final Mode mode;
98
protected static Boolean supportsTook;
99
100
- @ParametersFactory(argumentFormatting = "%2$s.%3$s %7$s")
+ @ParametersFactory(argumentFormatting = "%2$s.%3$s")
101
public static List<Object[]> readScriptSpec() throws Exception {
102
List<URL> urls = classpathResources("/*.csv-spec");
103
assertTrue("Not enough specs found " + urls, urls.size() > 0);
0 commit comments