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:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test-1
|
index: test-1
|
||||||
type: my_type
|
|
||||||
body: { bar: 42 }
|
body: { bar: 42 }
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
|
|
Loading…
Reference in New Issue