DATAES-211 - move groovy scripting into test folder

This commit is contained in:
Mohsin Husen
2016-02-13 11:07:43 +00:00
parent 6a2b5fd945
commit 95194961dc
7 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ public class Utils {
return (NodeClient) nodeBuilder().settings(Settings.builder()
.put("http.enabled", "false")
.put("path.data", "target/elasticsearchTestData")
.put("path.home", "test-home-dir"))
.put("path.home", "src/test/resources/test-home-dir"))
.clusterName(UUID.randomUUID().toString()).local(true).node()
.client();
}