Aman-Mittal commented on code in PR #6231:
URL: https://github.com/apache/fineract/pull/6231#discussion_r3733842274


##########
fineract-provider/src/test/resources/application-test.properties:
##########
@@ -361,9 +361,9 @@ fineract.command.jdbc.enabled=true
 fineract.command.jdbc.file-dead-letter-queue-enabled=false
 fineract.command.jdbc.file-dead-letter-queue-path=./build/fineract/dlq
 fineract.command.audit.enabled=true
-fineract.command.hooks.audit-pre=true
-fineract.command.hooks.audit-post=true
-fineract.command.hooks.audit-error=true
+fineract.command.audit.hook-pre=true
+fineract.command.audit.hook-post=true

Review Comment:
   same as above



##########
fineract-command-audit/src/test/resources/application-test.properties:
##########
@@ -21,6 +21,6 @@ debug=true
 
 fineract.command.enabled=true
 fineract.command.audit.enabled=true
-fineract.command.hooks.audit-pre=${FINERACT_COMMAND_PROCESSORS_AUDIT_PRE:true}
-fineract.command.hooks.audit-post=${FINERACT_COMMAND_PROCESSORS_AUDIT_POST:true}
-fineract.command.hooks.audit-error=${FINERACT_COMMAND_PROCESSORS_AUDIT_ERROR:true}
+fineract.command.audit.hook-pre=${FINERACT_COMMAND_PROCESSORS_AUDIT_PRE:true}
+fineract.command.audit.hook-post=${FINERACT_COMMAND_PROCESSORS_AUDIT_POST:true}

Review Comment:
   Is changing properties here intentional?



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