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:
parent
0154052335
commit
3c439d3b92
|
@ -123,7 +123,6 @@
|
|||
- do:
|
||||
index:
|
||||
index: test-1
|
||||
type: my_type
|
||||
body: { bar: 42 }
|
||||
|
||||
- do:
|
||||
|
|
Loading…
Reference in New Issue