[TEST][Monitoring] Remove check for requires_keystore (elastic/x-pack-elasticsearch#4108)
This removes the check for 'requires_keystore' from the plugin output, which was removed unexpectedly to this test. Original commit: elastic/x-pack-elasticsearch@80c5c03e20
This commit is contained in:
parent
fbb752c273
commit
3c82f24637
|
@ -221,7 +221,6 @@ public class ClusterStatsMonitoringDocTests extends BaseMonitoringDocTestCase<Cl
|
|||
}
|
||||
|
||||
@Override
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/4100")
|
||||
public void testToXContent() throws IOException {
|
||||
final ClusterName clusterName = new ClusterName("_cluster_name");
|
||||
final TransportAddress transportAddress = new TransportAddress(TransportAddress.META_ADDRESS, 9300);
|
||||
|
@ -520,8 +519,7 @@ public class ClusterStatsMonitoringDocTests extends BaseMonitoringDocTestCase<Cl
|
|||
+ "\"description\":\"_plugin_desc\","
|
||||
+ "\"classname\":\"_plugin_class\","
|
||||
+ "\"extended_plugins\":[],"
|
||||
+ "\"has_native_controller\":false,"
|
||||
+ "\"requires_keystore\":false"
|
||||
+ "\"has_native_controller\":false"
|
||||
+ "}"
|
||||
+ "],"
|
||||
+ "\"network_types\":{"
|
||||
|
|
Loading…
Reference in New Issue