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/core/src/test/java/org/elasticsearch/xpack/core/transform/transforms/TransformConfigTests.java
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1139,10 +1139,6 @@ public void testCrossProjectWithFeatureDisabled() throws IOException {
1139
1139
validationException.getMessage(),
1140
1140
containsString("Cross-project calls are not supported, but remote indices were requested: [project-1:src]")
1141
1141
);
1142
-
assertThat(
1143
-
validationException.getMessage(),
1144
-
containsString("Cross-project calls are not supported, but project_routing was requested: _alias:_origin")
0 commit comments