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


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanManualInterestRefundResponseStructureTest.java:
##########
@@ -59,48 +61,53 @@ public static void beforeAll() {
     @Test
     public void testManualInterestRefundResponseStructureWithoutExternalIds() {
         AtomicReference<Long> loanIdRef = new AtomicReference<>();
-        AtomicReference<Long> targetTransactionIdRef = new AtomicReference<>();
 
-        runAt("01 January 2024", () -> {
-            Long loanProductId = createLoanProduct(
-                    
create4IProgressive().daysInMonthType(DaysInMonthType.ACTUAL).daysInYearType(DaysInYearType.ACTUAL)
-                            
.addSupportedInterestRefundTypesItem(SupportedInterestRefundTypesItem.MERCHANT_ISSUED_REFUND)
-                            
.recalculationRestFrequencyType(RecalculationRestFrequencyType.DAILY));
+        try {
+            
globalConfigurationHelper.updateGlobalConfiguration(GlobalConfigurationConstants.ENABLE_AUTO_GENERATED_EXTERNAL_ID,

Review Comment:
   These issues were noticed during the reordering and blocks the PR till fixed



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