Merge branch 'stable-3.0'
* stable-3.0: ElasticV7QueryProjectsTest: Use V7_4 Add support for Elasticsearch version 7.4.* Change-Id: Ie9745efc751d5e073003ce9393e847ca97433a41
This commit is contained in:
@@ -41,7 +41,7 @@ public class ElasticV7QueryAccountsTest extends AbstractQueryAccountsTest {
|
||||
return;
|
||||
}
|
||||
|
||||
container = ElasticContainer.createAndStart(ElasticVersion.V7_3);
|
||||
container = ElasticContainer.createAndStart(ElasticVersion.V7_4);
|
||||
nodeInfo = new ElasticNodeInfo(container.getHttpHost().getPort());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user