File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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---
You can’t perform that action at this time.
0 commit comments