Skip to content

Commit b3ccf6d

Browse files
colings86jasontedor
authored andcommitted
Fix explain lifecycle REST API test failure
1 parent 4063d3f commit b3ccf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/IndexLifecycleIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public void testExplainLifecycle() throws Exception {
140140
" \"cold\": {\n" +
141141
" \"after\": \"2000s\",\n" +
142142
" \"actions\": {\n" +
143-
" \"replicas\": {\n" +
143+
" \"allocate\": {\n" +
144144
" \"number_of_replicas\": 0\n" +
145145
" }\n" +
146146
" }\n" +

0 commit comments

Comments
 (0)