JohnAlva commented on code in PR #4825: URL: https://github.com/apache/fineract/pull/4825#discussion_r2201381553
########## fineract-provider/src/test/resources/application-test.properties: ########## @@ -20,6 +20,8 @@ fineract.node-id=1 fineract.security.basicauth.enabled=true +fineract.geolocation.enabled=false +fineract.security.two-factor.enabled=false Review Comment: For the two-factor.enabled and geoLocation.enabled properties: These were explicitly added to the application-test.properties file because certain tests were failing when the values were not defined. Although the default fallback is false, the tests seem to require these values to be explicitly set to avoid unexpected behavior. Let me know if you'd prefer a different approach. -- 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]
