From 0cd1848e88868640414f3109778d9e02a172a03d Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Wed, 8 Apr 2015 15:33:57 -0700 Subject: [PATCH] Indexed scripts/templates: fix yaml test indentation --- rest-api-spec/test/template/10_basic.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/rest-api-spec/test/template/10_basic.yaml b/rest-api-spec/test/template/10_basic.yaml index d95cd37ba41..838a21d5a56 100644 --- a/rest-api-spec/test/template/10_basic.yaml +++ b/rest-api-spec/test/template/10_basic.yaml @@ -8,8 +8,8 @@ - match: { _id: "1" } - do: - get_template: - id: 1 + get_template: + id: 1 - match: { found: true } - match: { lang: mustache } - match: { _id: "1" } @@ -17,9 +17,9 @@ - match: { template: /.*query\S\S\S\Smatch_all.*/ } - do: - catch: missing - get_template: - id: 2 + catch: missing + get_template: + id: 2 - match: { found: false } - match: { lang: mustache } - match: { _id: "2" } @@ -27,17 +27,17 @@ - is_false: template - do: - delete_template: - id: "1" + delete_template: + id: "1" - match: { found: true } - match: { _index: ".scripts" } - match: { _id: "1" } - match: { _version: 2} - do: - catch: missing - delete_template: - id: "non_existing" + catch: missing + delete_template: + id: "non_existing" - match: { found: false } - match: { _index: ".scripts" } - match: { _id: "non_existing" }