wkigenyi commented on PR #4202:
URL: https://github.com/apache/fineract/pull/4202#issuecomment-2711866186
@adamsaghy could you guide me on how to fix this test? The result says it
got status 403 instead of the 400 that was expected. In the test I specified:
```
assertEquals("error.msg.savingsaccount.transaction.insufficient.account.balance",
savingsAccountErrorData.get(0).get(CommonConstants.RESPONSE_ERROR_MESSAGE_CODE));
```
I am not sure that status code is being considered instead of the string I
specified.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]