From 32707fa1ef0e8287e031fd4424761b7d8df2e717 Mon Sep 17 00:00:00 2001 From: Ali Beyad Date: Thu, 2 Feb 2017 12:18:20 -0500 Subject: [PATCH] [TEST] fix introduced typo --- .../rest-api-spec/test/cluster.allocation_explain/10_basic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/cluster.allocation_explain/10_basic.yaml b/rest-api-spec/src/main/resources/rest-api-spec/test/cluster.allocation_explain/10_basic.yaml index 27581dfeafd..6ec8651fe8d 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/cluster.allocation_explain/10_basic.yaml +++ b/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 }