budaidev commented on code in PR #5164:
URL: https://github.com/apache/fineract/pull/5164#discussion_r2555255808


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/FeignBusinessDateHelper.java:
##########
@@ -45,7 +45,7 @@ public void updateBusinessDate(String type, String date) {
                 .dateFormat("yyyy-MM-dd")//
                 .locale(LoanTestData.LOCALE);
 
-        ok(() -> 
fineractClient.businessDateManagement().updateBusinessDate(request, 
Collections.emptyMap()));
+        ok(() -> 
fineractClient.businessDateManagement().updateBusinessDate(null, request, 
Collections.emptyMap()));

Review Comment:
   there is an idempotency key which is not needed here



-- 
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]

Reply via email to