Merge branch 'stable-2.16'
* stable-2.16: ElasticV6QueryProjectsTest: Use V6_7 Elasticsearch: Update elasticsearch-rest-client to 7.0.0 Change-Id: Ib138e90c2a5f01fb09fa4de023369d89da121a05
This commit is contained in:
@@ -41,7 +41,7 @@ public class ElasticV6QueryProjectsTest extends AbstractQueryProjectsTest {
|
||||
return;
|
||||
}
|
||||
|
||||
container = ElasticContainer.createAndStart(ElasticVersion.V6_2);
|
||||
container = ElasticContainer.createAndStart(ElasticVersion.V6_7);
|
||||
nodeInfo = new ElasticNodeInfo(container.getHttpHost().getPort());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user