We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13deaea commit ce423a3Copy full SHA for ce423a3
x-pack/plugin/logsdb/src/yamlRestTest/java/org/elasticsearch/xpack/logsdb/LogsdbTestSuiteIT.java
@@ -35,7 +35,7 @@ public class LogsdbTestSuiteIT extends ESClientYamlSuiteTestCase {
35
public static final ElasticsearchCluster cluster = createCluster();
36
37
private static ElasticsearchCluster createCluster() {
38
- LocalClusterSpecBuilder<ElasticsearchCluster> clusterBuilder = ElasticsearchCluster.local()
+ LocalClusterSpecBuilder<ElasticsearchCluster> clusterBuilder = ElasticsearchCluster.local()
39
.distribution(DistributionType.DEFAULT)
40
.setting("xpack.security.enabled", "true")
41
.user(USER, PASS)
0 commit comments