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


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/tests/FeignTrialBalanceSummaryReportTest.java:
##########
@@ -377,6 +405,13 @@ private Long createAndDisburseLoan(Long clientId, String 
submitDate, String disb
         return loanId;
     }
 
+    private void createAndAttachOriginator(Long loanId, String 
originatorExternalId) {
+        PostLoanOriginatorsResponse originatorResponse = ok(() -> 
fineractClient().loanOriginators()

Review Comment:
   minor: I created a helper for this - FeignLoanOriginatorApiTest, might worth 
to reuse it



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