Skip to content

Commit cee2935

Browse files
committed
Fix error in xpack usage
1 parent 2b95815 commit cee2935

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
@@ -131,7 +131,7 @@ setup:
131131
- gt: {esql.functions.to_long: $functions_to_long}
132132
- match: {esql.functions.coalesce: $functions_coalesce}
133133
- gt: {esql.functions.categorize: $functions_categorize}
134-
- match: {esql.functions.text_embedding: functions_text_embedding}
134+
- match: {esql.functions.text_embedding: $functions_text_embedding}
135135
# Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
136136
- length: {esql.functions: 180} # check the "sister" test below for a likely update to the same esql.functions length check
137137
---

0 commit comments

Comments
 (0)