Skip to content

Commit d4789dd

Browse files
committed
Fix test
1 parent 1cd80aa commit d4789dd

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/MatchOperatorIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public void testWhereMatchWithFunctions() {
216216
error.getMessage(),
217217
containsString(
218218
"Invalid condition [content:\"fox\" OR to_upper(content) == \"FOX\"]. "
219-
+ "[:] operator can be used in an OR condition, but only if just full text functions are used in the OR condition"
219+
+ "Full text functions can be used in an OR condition, but only if just full text functions are used in the OR condition"
220220
)
221221
);
222222
}

0 commit comments

Comments
 (0)