[TEST] Remove indentation on indices.stats test setups
The new indices.stats tests have the setup section indented, which can cause problems for some yaml parsers.
This commit is contained in:
parent
a499254566
commit
ed62f90620
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
setup:
|
||||
setup:
|
||||
- do:
|
||||
indices.create:
|
||||
index: test1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
setup:
|
||||
setup:
|
||||
|
||||
- do:
|
||||
index:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
setup:
|
||||
setup:
|
||||
|
||||
- do:
|
||||
index:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
setup:
|
||||
setup:
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
setup:
|
||||
setup:
|
||||
|
||||
- do:
|
||||
index:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
setup:
|
||||
setup:
|
||||
|
||||
- do:
|
||||
index:
|
||||
|
|
Loading…
Reference in New Issue