浏览代码

Merge pull request #19048 from karmi/fix_rollover_integration_test

Fixed incorrect indentation in the YAML integration test for the "Rollover" API
Areek Zillur 9 年之前
父节点
当前提交
c49ec957eb
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      rest-api-spec/src/main/resources/rest-api-spec/test/indices.rollover/10_basic.yaml

+ 5 - 5
rest-api-spec/src/main/resources/rest-api-spec/test/indices.rollover/10_basic.yaml

@@ -30,11 +30,11 @@
 
   # perform alias rollover
   - do:
-    indices.rollover:
-      alias: "logs_search"
-      body:
-        conditions:
-          max_docs: 1
+      indices.rollover:
+        alias: "logs_search"
+        body:
+          conditions:
+            max_docs: 1
 
   - match: { old_index: logs-1 }
   - match: { new_index: logs-2 }