Skip to content

Commit 281b78a

Browse files
committed
Fix failing test (third time's the chard?)
1 parent e3958c0 commit 281b78a

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

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

3535
---
3636
Get with non-existent task ID:
3737
- do:
38-
catch: /task \[foobar:1234\] belongs to the node \[foobar\] which isn't part of the cluster and there is no record of the task/
38+
catch: /task \[X1naBAymScGJ3z-YK6l2nw:52\] belongs to the node \[X1naBAymScGJ3z-YK6l2nw\] which isn't part of the cluster and there is no record of the task/
3939
esql.get_query:
40-
id: "foobar:1234"
40+
id: "FmJKWHpFRi1OU0l5SU1YcnpuWWhoUWcZWDFuYUJBeW1TY0dKM3otWUs2bDJudzo1Mg=="

0 commit comments

Comments
 (0)