mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
850e9d7c57
Two of the snippets in validate weren't working properly so they are marked as skip and linked to this: https://github.com/elastic/elasticsearch/issues/18254 We didn't properly handle empty parameter values. We were sending them as the literal string "null". Now we do better and send them as the empty string.