Skip to content

Commit 4968e9e

Browse files
committed
Fix test
1 parent d213d76 commit 4968e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/180_match_operator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ setup:
181181

182182
- match: { status: 400 }
183183
- match: { error.type: verification_exception }
184-
- match: { error.reason: "/.+Invalid\\ condition\\ \\[content\\:\"fox\"\\ OR\\ to_upper\\(content\\)\\ ==\\ \"FOX\"\\]\\.\\ \\[\\:\\]\\ operator.+/" }
184+
- match: { error.reason: "/.+Invalid\\ condition\\ \\[content\\:\"fox\"\\ OR\\ to_upper\\(content\\)\\ ==\\ \"FOX\"\\]\\./" }
185185

186186
- do:
187187
catch: bad_request
@@ -193,7 +193,7 @@ setup:
193193

194194
- match: { status: 400 }
195195
- match: { error.type: verification_exception }
196-
- match: { error.reason: "/.+Invalid\\ condition\\ \\[content\\:\"fox\"\\ OR\\ to_upper\\(content\\)\\ ==\\ \"FOX\"\\]\\.\\ \\[\\:\\]\\ operator.+/" }
196+
- match: { error.reason: "/.+Invalid\\ condition\\ \\[content\\:\"fox\"\\ OR\\ to_upper\\(content\\)\\ ==\\ \"FOX\"\\]\\./" }
197197

198198

199199
---

0 commit comments

Comments
 (0)