File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
x-pack/plugin/ml/src/internalClusterTest/java/org/elasticsearch/xpack/ml/integration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public void testCrossProjectFailsForDataFrameAnalytics() throws IOException {
7474 var request = new PutDataFrameAnalyticsAction .Request (config );
7575 var response = client ().execute (PutDataFrameAnalyticsAction .INSTANCE , request );
7676 var validationException = assertThrows (ValidationException .class , response ::actionGet );
77- assertThat (validationException .getMessage (), containsString ("cross-project indices are not supported" ));
77+ assertThat (validationException .getMessage (), containsString ("remote source and cross-project indices are not supported" ));
7878 }
7979
8080 public static class CpsPlugin extends Plugin implements ClusterPlugin {
You can’t perform that action at this time.
0 commit comments