You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by "galovics (via GitHub)" <gi...@apache.org> on 2023/02/20 09:35:11 UTC

[GitHub] [fineract] galovics commented on a diff in pull request #2984: FINERACT-1678-Restrict-COB-catchup-api-for-batch-managers

galovics commented on code in PR #2984:
URL: https://github.com/apache/fineract/pull/2984#discussion_r1111690966


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/support/instancemode/InstanceModeSupportExtension.java:
##########
@@ -43,7 +43,7 @@ public void beforeTestExecution(ExtensionContext context) throws Exception {
                 boolean readEnabled = annotation.readEnabled();
                 boolean writeEnabled = annotation.writeEnabled();
                 boolean batchWorkerEnabled = annotation.batchWorkerEnabled();
-                boolean batchManagerEnabled = annotation.batchWorkerEnabled();
+                boolean batchManagerEnabled = annotation.batchManagerEnabled();

Review Comment:
   Nice catch Ruchi.



-- 
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: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org