shashi165
shashi165
We are planning to cleanup the helm repo in release v17.1.0
Need to fix the sonarcloud issues and run the tests. integration tests are failing locally
Closing it in favor of new PR
@vijayg10 is it possible to add a README on when/how to use that script?
For now we need to live with the default behaviour of TTK for content-type header. The change was rolled back here https://github.com/mojaloop/ml-testing-toolkit/pull/292
Need to reproduce and see if this is still an issue
The `.env not found` error is caused by default `.env` file name in this function: https://github.com/mojaloop/mojaloop-simulator/blob/main/src/lib/config.js#L34 This function was used to override env variables at run time using additional env...
I think this scenario will occur only when someone inserts data into participantPosition table manually. We already have an index on `participantPosition.participantCurrencyId` but it is non-unique. we need to convert...