hypothesis / h

Annotate with anyone, anywhere.
https://hypothes.is/
BSD 2-Clause "Simplified" License
2.96k stars 427 forks source link

Make `TestBatchIndexer.test_delete` pass under ES 7 #9068

Closed robertknight closed 2 weeks ago

robertknight commented 2 weeks ago

In BatchIndexer.delete, omit the _type field from the action payload under ES 7, to match BatchIndexer._prepare.

For context, see notes in commit 63f042c76477eac65bb7b7c28f16b6e924961f4b.