Skip to content

Commit

Permalink
Fix mixed cluster test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Dec 13, 2024
1 parent 3a9e468 commit da32a06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ setup:

- match: { status: 400 }
- match: { error.type: verification_exception }
- match: { error.reason: "Found 1 problem\nline 1:19: Invalid condition [content:\"fox\" OR to_upper(content) == \"FOX\"]. [:] operator can be used as part of an OR condition, but only if other full text functions are used as part of the condition" }
- match: { error.reason: "/.+Invalid\\ condition\\ \\[content\\:\"fox\"\\ OR\\ to_upper\\(content\\)\\ ==\\ \"FOX\"\\]\\.\\ \\[\\:\\]\\ operator.+/" }

---
"match within eval":
Expand Down

0 comments on commit da32a06

Please sign in to comment.