Fix naming problem with test plugin
This commit is contained in:
parent
dc1fa6736a
commit
e61c5ce5c3
|
@ -146,7 +146,7 @@ public class ClusterInfoServiceIT extends ESIntegTestCase {
|
||||||
return Settings.builder()
|
return Settings.builder()
|
||||||
// manual collection or upon cluster forming.
|
// manual collection or upon cluster forming.
|
||||||
.put(InternalClusterInfoService.INTERNAL_CLUSTER_INFO_TIMEOUT, "1s")
|
.put(InternalClusterInfoService.INTERNAL_CLUSTER_INFO_TIMEOUT, "1s")
|
||||||
.putArray("plugin.types", Plugin.class.getName(), MockTransportService.TestPlugin.class.getName())
|
.putArray("plugin.types", TestPlugin.class.getName(), MockTransportService.TestPlugin.class.getName())
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue