Indexed scripts/templates: fix yaml test indentation
This commit is contained in:
parent
ab395c1267
commit
0cd1848e88
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue