Skip to content

Commit 937e706

Browse files
committed
use newer capability for this test
1 parent 59e4755 commit 937e706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/190_lookup_join.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ fails with non-lookup index:
151151
- method: POST
152152
path: /_query
153153
parameters: []
154-
capabilities: [update_lookup_join_error_messages]
154+
capabilities: [enable_lookup_join_on_remote]
155155
reason: "checks updated error messages"
156156
- do:
157157
esql.query:

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/192_lookup_join_on_aliases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ fails when alias or pattern resolves to multiple:
192192
- method: POST
193193
path: /_query
194194
parameters: []
195-
capabilities: [update_lookup_join_error_messages]
195+
capabilities: [enable_lookup_join_on_remote]
196196
reason: "checks updated error messages"
197197
- do:
198198
esql.query:

0 commit comments

Comments
 (0)