Skip to content

Commit 2cb10a7

Browse files
committed
fix message
1 parent 72f68c1 commit 2cb10a7

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/192_lookup_join_on_aliases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ fails when alias or pattern resolves to multiple:
201201
catch: "bad_request"
202202

203203
- match: { error.type: "verification_exception" }
204-
- contains: { error.reason: "multiple resolutions for lookup index [test-lookup-alias-pattern-multiple] in local cluster" }
204+
- contains: { error.reason: "multiple resolutions for lookup index [test-lookup-alias-pattern-multiple]" }
205205

206206
---
207207
alias-pattern-single:

0 commit comments

Comments
 (0)