Skip to content

Commit 3c439d3

Browse files
authored
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.
1 parent 0154052 commit 3c439d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.create/20_mix_typeless_typeful.yml

-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
- do:
124124
index:
125125
index: test-1
126-
type: my_type
127126
body: { bar: 42 }
128127

129128
- do:

0 commit comments

Comments
 (0)