Browse Source

[TEST] fix introduced typo

Ali Beyad 8 years ago
parent
commit
32707fa1ef

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/test/cluster.allocation_explain/10_basic.yaml

@@ -10,7 +10,7 @@
       cluster.allocation_explain: {}
 
   - do:
-      indices.create:Ø
+      indices.create:
         index: test
 
   - match: { acknowledged: true }