Skip to content

Commit

Permalink
Fix test bug when testing the merging of mappings and templates. (#38021
Browse files Browse the repository at this point in the history
)

This test performs a typed index call when it actually means to run a typeless
index call.
  • Loading branch information
jpountz authored Jan 31, 2019
1 parent 0154052 commit 3c439d3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
- do:
index:
index: test-1
type: my_type
body: { bar: 42 }

- do:
Expand Down

0 comments on commit 3c439d3

Please sign in to comment.