ElasticV6QueryProjectsTest: Use V6_7

Change-Id: I9db3f9b383375ceed7ccd97dd83f3873e6578440
This commit is contained in:
David Pursehouse 2019-04-17 09:23:15 +09:00
parent a7c0235ed5
commit cc3cc72e6e

View File

@ -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());
}