Upgrade Testcontainers to 1.10.2 and use ElasticsearchContainer
Since version 1.10.0 [1] there is an official ElasticsearchContainer. [1] https://github.com/testcontainers/testcontainers-java/releases/tag/1.10.0 Change-Id: I155f9eb0e0bac41c24469e683417eba52f01a80a
This commit is contained in:
@@ -25,7 +25,7 @@ import org.junit.BeforeClass;
|
||||
|
||||
public class ElasticV5QueryGroupsTest extends AbstractQueryGroupsTest {
|
||||
private static ElasticNodeInfo nodeInfo;
|
||||
private static ElasticContainer<?> container;
|
||||
private static ElasticContainer container;
|
||||
|
||||
@BeforeClass
|
||||
public static void startIndexService() {
|
||||
|
||||
Reference in New Issue
Block a user