Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 2.17
Describe the issue:
We have some custom logic to apply aliases to indexes that we run at the start of each month. We are trying to test this by mocking the Opensearch client. We are running into an issue where we believe we’ve mocked the client itself just fine however we can’t use any of the namespaces, namely cat and indices. When trying to run our tests we get the error Parent does not have a default constructor. The default constructor must be explicitly defined. Has anyone else run into this issue and has a way to solve it? Many thanks!
Configuration:
.Net 6, Opensearch Client 1.8.0
Relevant Logs or Screenshots: N/A