Skip to content

Commit 6075bb2

Browse files
committed
Fixes after rebasing on main
1 parent e4b3a5e commit 6075bb2

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql

1 file changed

+1
-1
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ setup:
101101
- match: {esql.functions.coalesce: $functions_coalesce}
102102
- gt: {esql.functions.categorize: $functions_categorize}
103103
# Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
104-
- length: {esql.functions: 147} # check the "sister" test below for a likely update to the same esql.functions length check
104+
- length: {esql.functions: 148} # check the "sister" test below for a likely update to the same esql.functions length check
105105

106106
---
107107
"Basic ESQL usage output (telemetry) non-snapshot version":

0 commit comments

Comments
 (0)