Fix failing bwc test against 6.3 (#38770)

This commit is contained in:
Alpar Torok 2019-02-12 14:18:52 +02:00 committed by GitHub
parent 7e178aa4a7
commit 085b6b5f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ public class FullClusterRestartIT extends AbstractFullClusterRestartTestCase {
assumeTrue("Rollup ID scheme changed in 6.4", getOldClusterVersion().before(Version.V_6_4_0));
if (isRunningAgainstOldCluster()) {
final Request indexRequest = new Request("POST", "/id-test-rollup" + type + "/1");
final Request indexRequest = new Request("POST", "/id-test-rollup/" + type + "/1");
indexRequest.setJsonEntity("{\"timestamp\":\"2018-01-01T00:00:01\",\"value\":123}");
client().performRequest(indexRequest);