File tree 1 file changed +2
-1
lines changed
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
22
import org .elasticsearch .plugins .Plugin ;
23
23
import org .elasticsearch .tasks .TaskInfo ;
24
24
import org .elasticsearch .test .ESIntegTestCase ;
25
+ import org .elasticsearch .test .MockHttpTransport ;
25
26
import org .elasticsearch .test .discovery .TestZenDiscovery ;
26
27
import org .elasticsearch .xpack .ccr .action .FollowExistingIndexAction ;
27
28
import org .elasticsearch .xpack .ccr .action .ShardChangesAction ;
@@ -61,7 +62,7 @@ protected Settings nodeSettings(int nodeOrdinal) {
61
62
62
63
@ Override
63
64
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 );
65
66
}
66
67
67
68
@ Override
You can’t perform that action at this time.
0 commit comments