mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
cleanup test
This commit is contained in:
parent
2a3130c649
commit
8875b9641b
@ -64,10 +64,6 @@ public class RestHttpDocumentActions extends AbstractNodesTests {
|
||||
client1.admin().indices().create(createIndexRequest("test")).actionGet();
|
||||
}
|
||||
|
||||
protected String getConcreteIndexName() {
|
||||
return "test";
|
||||
}
|
||||
|
||||
@AfterMethod public void closeNodes() {
|
||||
client1.close();
|
||||
client2.close();
|
||||
|
Loading…
x
Reference in New Issue
Block a user