Skip to content

Commit a7d7a8e

Browse files
committed
Fix settings
Signed-off-by: Ryan Liang <[email protected]>
1 parent 4742b90 commit a7d7a8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/org/opensearch/security/ssl/OpenSSLTest.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ public void testNodeClientSSLwithOpenSslTLSv13() throws Exception {
194194

195195
final Settings tcSettings = Settings.builder().put("cluster.name", clusterInfo.clustername).put("path.home", "/tmp")
196196
.put("node.name", "client_node_" + new Random().nextInt())
197-
.put("node.data", false)
198-
.put("node.master", false)
199-
.put("node.ingest", false)
197+
.put("node.roles", "")
200198
.put("path.data", "./target/data/" + clusterInfo.clustername + "/ssl/data")
201199
.put("path.logs", "./target/data/" + clusterInfo.clustername + "/ssl/logs")
202200
.put("path.home", "./target")

0 commit comments

Comments
 (0)