Merge branch 'stable-3.0' into stable-3.1
* stable-3.0: Update git submodules ElasticV6QueryChangesTest: Close indices after test Update git submodules Add support for Elasticsearch version 7.5.* Change-Id: I7469369ac5ea53ac1716ef9a5e433a91ad9b25af
This commit is contained in:
@@ -41,7 +41,7 @@ public class ElasticV7QueryAccountsTest extends AbstractQueryAccountsTest {
|
||||
return;
|
||||
}
|
||||
|
||||
container = ElasticContainer.createAndStart(ElasticVersion.V7_4);
|
||||
container = ElasticContainer.createAndStart(ElasticVersion.V7_5);
|
||||
nodeInfo = new ElasticNodeInfo(container.getHttpHost().getPort());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user