Skip to content

Commit e61f293

Browse files
committed
Fix failing test
1 parent 45b4e8e commit e61f293

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql

1 file changed

+1
-1
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/200_queries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ List with no running queries:
2828
---
2929
Get with invalid task ID:
3030
- do:
31-
catch: /invalid id[:] \[foobar\]/
31+
catch: /invalid id[:] \[foobar\]|malformed task id foobar/
3232
esql.get_query:
3333
id: "foobar"
3434

0 commit comments

Comments
 (0)