Skip to content

Commit d919661

Browse files
committed
Update tests
1 parent 8e998ca commit d919661

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/transform/transforms/TransformConfigTests.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,10 +1139,6 @@ public void testCrossProjectWithFeatureDisabled() throws IOException {
11391139
validationException.getMessage(),
11401140
containsString("Cross-project calls are not supported, but remote indices were requested: [project-1:src]")
11411141
);
1142-
assertThat(
1143-
validationException.getMessage(),
1144-
containsString("Cross-project calls are not supported, but project_routing was requested: _alias:_origin")
1145-
);
11461142
}
11471143

11481144
public void testNotCrossProjectEnvironment() throws IOException {

0 commit comments

Comments
 (0)