mongodb-atlas-kubernetes
mongodb-atlas-kubernetes copied to clipboard
Refactor searchindex translation layer
The refactor has messed up the unit tests due to the initialisation of the service. I need to figure out a way to do teh initialisation that works for production and test and is acceptably neat.
https://app.codecov.io/github/mongodb/mongodb-atlas-kubernetes/commit/1b60a9ef375e6e4efb9d450dd108cda72a427524
I'd only move mocks to
internal/mocks/translation🙈 . I'd also think about use mockery instead of manually add these mocks, the same way is done for the SDK
Lets make a final decision, I volunteer to make the refactors whatever the decision is finally.