This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 677a499fa FINERACT-1724 Fix running the unit and cucumber tests locally
677a499fa is described below
commit 677a499fab31e138150718e1d388baaa6189305b
Author: Peter Bagrij <[email protected]>
AuthorDate: Wed Nov 22 12:33:31 2023 +0100
FINERACT-1724 Fix running the unit and cucumber tests locally
---
fineract-provider/src/test/resources/application-test.properties | 2 ++
1 file changed, 2 insertions(+)
diff --git a/fineract-provider/src/test/resources/application-test.properties
b/fineract-provider/src/test/resources/application-test.properties
index 4a7dc0b8c..f85488881 100644
--- a/fineract-provider/src/test/resources/application-test.properties
+++ b/fineract-provider/src/test/resources/application-test.properties
@@ -169,3 +169,5 @@ resilience4j.retry.instances.postInterest.wait-duration=1s
resilience4j.retry.instances.postInterest.enable-exponential-backoff=true
resilience4j.retry.instances.postInterest.exponential-backoff-multiplier=2
resilience4j.retry.instances.postInterest.retryExceptions=org.springframework.dao.CannotAcquireLockException,org.springframework.orm.ObjectOptimisticLockingFailureException
+
+spring.cloud.aws.region.static=eu-central-1