Added test with missing type to get
This commit is contained in:
parent
915a6986b9
commit
0bc9ffbb23
|
@ -27,6 +27,17 @@
|
|||
index: test_1
|
||||
type: test
|
||||
id: 1
|
||||
|
||||
- match: { _index: test_1 }
|
||||
- match: { _type: test }
|
||||
- match: { _id: 1 }
|
||||
- match: { _source: { foo: bar } }
|
||||
|
||||
- do:
|
||||
get:
|
||||
index: test_1
|
||||
id: 1
|
||||
|
||||
- match: { _index: test_1 }
|
||||
- match: { _type: test }
|
||||
- match: { _id: 1 }
|
||||
|
|
Loading…
Reference in New Issue