Skip to content

Commit

Permalink
Remove type from delete
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
  • Loading branch information
harshavamsi committed Oct 4, 2022
1 parent 4b73ec0 commit 84fcd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensearch-api/spec/opensearch/api/utils_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
{"title":"Test"}
{"update":{"_index":"myindexB","_id":"2"}}
{"doc":{"title":"Update"}}
{"delete":{"_index":"myindexC","mytypeC","_id":"3"}}
{"delete":{"_index":"myindexC","_id":"3"}}
PAYLOAD
end

Expand Down

0 comments on commit 84fcd91

Please sign in to comment.