ElasticV7QueryProjectsTest: Use V7_4
Change-Id: I224b5a8a3f4ecedb8c99b1d38f0c1c6a7efea8f0
This commit is contained in:
parent
91692f83c9
commit
dafca93528
@ -41,7 +41,7 @@ public class ElasticV7QueryProjectsTest extends AbstractQueryProjectsTest {
|
||||
return;
|
||||
}
|
||||
|
||||
container = ElasticContainer.createAndStart(ElasticVersion.V7_3);
|
||||
container = ElasticContainer.createAndStart(ElasticVersion.V7_4);
|
||||
nodeInfo = new ElasticNodeInfo(container.getHttpHost().getPort());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user