28 lines
342 B
YAML
28 lines
342 B
YAML
|
---
|
||
|
"Basic":
|
||
|
|
||
|
- do:
|
||
|
exists:
|
||
|
index: test_1
|
||
|
type: test
|
||
|
id: 1
|
||
|
|
||
|
- is_false: ''
|
||
|
|
||
|
- do:
|
||
|
index:
|
||
|
index: test_1
|
||
|
type: test
|
||
|
id: 1
|
||
|
body: { "foo": "bar" }
|
||
|
|
||
|
- is_true: ''
|
||
|
|
||
|
- do:
|
||
|
exists:
|
||
|
index: test_1
|
||
|
type: test
|
||
|
id: 1
|
||
|
|
||
|
- is_true: ''
|