Skip to content

Commit 6e0d0fe

Browse files
committed
Enable MockHttpTransport in ShardChangsIT
CCR side of #29601
1 parent f3a87be commit 6e0d0fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/ShardChangesIT.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import org.elasticsearch.plugins.Plugin;
2323
import org.elasticsearch.tasks.TaskInfo;
2424
import org.elasticsearch.test.ESIntegTestCase;
25+
import org.elasticsearch.test.MockHttpTransport;
2526
import org.elasticsearch.test.discovery.TestZenDiscovery;
2627
import org.elasticsearch.xpack.ccr.action.FollowExistingIndexAction;
2728
import org.elasticsearch.xpack.ccr.action.ShardChangesAction;
@@ -61,7 +62,7 @@ protected Settings nodeSettings(int nodeOrdinal) {
6162

6263
@Override
6364
protected Collection<Class<? extends Plugin>> getMockPlugins() {
64-
return Arrays.asList(TestSeedPlugin.class, TestZenDiscovery.TestPlugin.class);
65+
return Arrays.asList(TestSeedPlugin.class, TestZenDiscovery.TestPlugin.class, MockHttpTransport.TestPlugin.class);
6566
}
6667

6768
@Override

0 commit comments

Comments
 (0)