mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-13 08:25:26 +00:00
We only ever support `JSON` for the query source format in practice. The reason this test worked before is a bug in xcontent parsing that parses empty maps out of streams of the wrong format. Closes #61483