We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4742b90 commit a7d7a8eCopy full SHA for a7d7a8e
src/test/java/org/opensearch/security/ssl/OpenSSLTest.java
@@ -194,9 +194,7 @@ public void testNodeClientSSLwithOpenSslTLSv13() throws Exception {
194
195
final Settings tcSettings = Settings.builder().put("cluster.name", clusterInfo.clustername).put("path.home", "/tmp")
196
.put("node.name", "client_node_" + new Random().nextInt())
197
- .put("node.data", false)
198
- .put("node.master", false)
199
- .put("node.ingest", false)
+ .put("node.roles", "")
200
.put("path.data", "./target/data/" + clusterInfo.clustername + "/ssl/data")
201
.put("path.logs", "./target/data/" + clusterInfo.clustername + "/ssl/logs")
202
.put("path.home", "./target")
0 commit comments