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 5883ada commit efec59dCopy full SHA for efec59d
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/CsvTests.java
@@ -191,7 +191,7 @@ public class CsvTests extends ESTestCase {
191
192
@ParametersFactory(argumentFormatting = "%2$s.%3$s")
193
public static List<Object[]> readScriptSpec() throws Exception {
194
- List<URL> urls = classpathResources("/sample.csv-spec");
+ List<URL> urls = classpathResources("/*.csv-spec");
195
assertThat("Not enough specs found " + urls, urls, hasSize(greaterThan(0)));
196
return SpecReader.readScriptSpec(urls, specParser());
197
}
0 commit comments