thesmallstar commented on a change in pull request #1290:
URL: https://github.com/apache/fineract/pull/1290#discussion_r491843455



##########
File path: 
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/common/loans/LoanTransactionHelper.java
##########
@@ -303,46 +303,46 @@ public HashMap withdrawLoanApplicationByClient(final 
String date, final Integer
 
     public Integer addChargesForLoan(final Integer loanId, final String 
request) {
         LOG.info("--------------------------------- ADD CHARGES FOR LOAN 
--------------------------------");
-        final String ADD_CHARGES_URL = "/fineract-provider/api/v1/loans/" + 
loanId + "/charges?" + Utils.TENANT_IDENTIFIER;
-        final HashMap response = Utils.performServerPost(requestSpec, 
responseSpec, ADD_CHARGES_URL, request, "");
+        final String chargesURL = "/fineract-provider/api/v1/loans/" + loanId 
+ "/charges?" + Utils.TENANT_IDENTIFIER;

Review comment:
       updated, I dont know what I was thinking at that time, probably a 
mistake.




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


Reply via email to