Skip to content

Commit 1792ba5

Browse files
committed
Adjust test error check
1 parent f6faf5e commit 1792ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/RequestIndexFilteringTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public void testIndicesDontExist() throws IOException {
225225
// currently we don't support remote clusters in LOOKUP JOIN
226226
// this check happens before resolving actual indices and results in a different error message
227227
RemoteClusterAware.isRemoteIndexName(pattern)
228-
? allOf(containsString("parsing_exception"), containsString("remote clusters are not supported with LOOKUP JOIN"))
228+
? allOf(containsString("parsing_exception"), containsString("remote clusters are not supported"))
229229
: allOf(containsString("verification_exception"), containsString("Unknown index [foo]"))
230230
);
231231
}

0 commit comments

Comments
 (0)