You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/RequestIndexFilteringTestCase.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ public void testIndicesDontExist() throws IOException {
225
225
// currently we don't support remote clusters in LOOKUP JOIN
226
226
// this check happens before resolving actual indices and results in a different error message
227
227
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"))
229
229
: allOf(containsString("verification_exception"), containsString("Unknown index [foo]"))
0 commit comments