vorburger commented on pull request #1027: URL: https://github.com/apache/fineract/pull/1027#issuecomment-647018565
@thesmallstar so these audits are not something you can create new audits of, you cannot really post a request to create an audit. They are basically just traces of changes made - read https://demo.fineract.dev/fineract-provider/api-docs/apiLive.htm#audits and then check out https://demo.fineract.dev/fineract-provider/api/v1/audits?tenantIdentifier=default (login with _mifos/password_) ... does that help? So an IT for this I guess would make 2-3 POSTs on a few other entities (perhaps create like a User, or whatever), and then do a GET with a sort and make sure that works. But let me already merge this as-is anyway so we can progress and close FINERACT-799, and you can contribute an integration test in a separate follow-up PR. Fixed bugs without ITs are better than not fixed bugs! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
