adamsaghy commented on code in PR #5946:
URL: https://github.com/apache/fineract/pull/5946#discussion_r3421176993


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/tests/FeignProvisioningEntryTest.java:
##########
@@ -59,16 +50,22 @@ public void 
testRetrieveProvisioningEntryWithNoActiveLoansDoesNotReturn500() {
         ArrayList<Integer> loanProducts = new ArrayList<>();
         loanProducts.add(loanProductId.intValue());
 
-        ProvisioningTransactionHelper transactionHelper = new 
ProvisioningTransactionHelper(requestSpec, responseSpec);
+        Utils.initializeRESTAssured();

Review Comment:
   Dont use RestAssured... use the feign client...



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