Fix test bug when testing the merging of mappings and templates. (#38021)

This test performs a typed index call when it actually means to run a typeless
index call.
This commit is contained in:
Adrien Grand 2019-01-31 13:52:09 +01:00 committed by GitHub
parent 0154052335
commit 3c439d3b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@
- do:
index:
index: test-1
type: my_type
body: { bar: 42 }
- do: