17 lines
224 B
YAML
17 lines
224 B
YAML
|
---
|
||
|
"Client-side default type":
|
||
|
|
||
|
- do:
|
||
|
index:
|
||
|
index: test_1
|
||
|
type: test
|
||
|
id: 1
|
||
|
body: { "foo": "bar" }
|
||
|
|
||
|
- do:
|
||
|
exists:
|
||
|
index: test_1
|
||
|
id: 1
|
||
|
|
||
|
- is_true: ''
|