matthewdeanmartin / openmock

Python Opensearch Mock for test purposes (fork of elasticmock)
https://pypi.python.org/pypi/openmock
MIT License
12 stars 11 forks source link

Bug: The index function does not have the @query_params decorator. #16

Closed real-az closed 10 months ago

real-az commented 1 year ago

The change broke the index function. In scope of this change, the @query_params decorator was reassigned to the new create function instead of adding a new one to the create function itself.

matthewdeanmartin commented 10 months ago

This fix is published to pypi