Added test with missing type to get

This commit is contained in:
Clinton Gormley 2013-07-01 16:00:58 +02:00
parent 915a6986b9
commit 0bc9ffbb23
1 changed files with 11 additions and 0 deletions

View File

@ -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 }