04Gomez commented on code in PR #4825: URL: https://github.com/apache/fineract/pull/4825#discussion_r2201440356
########## 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 Review Comment: @galovics If we remove this, during the test execution it fails because it gets it as a null value, so, in addition, false is added to complete the test. -- 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]
