Skip to content

Commit 3117d50

Browse files
committed
Fix test error message
1 parent dc1dbe6 commit 3117d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@ setup:
199199

200200
- match: { status: 400 }
201201
- match: { error.type: verification_exception }
202-
- match: { error.reason: "/.*[:] operator is only supported in WHERE.*/" }
202+
- match: { error.reason: "/.*operator.is.only.supported.in.WHERE.*/" }

0 commit comments

Comments
 (0)