summaryrefslogtreecommitdiff
path: root/talerbank/app/testconfigs
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-12-25 11:02:00 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2020-01-08 11:20:31 -0500
commit61609edf10f3402c5add48c4f617e2fc76c3d934 (patch)
tree78bce64f13a3e9b1dc893bc6a3be32439f2d0f11 /talerbank/app/testconfigs
parent719b6581ec8e2ecda17386ff9f2d1657f35e9a5b (diff)
downloadbank-61609edf10f3402c5add48c4f617e2fc76c3d934.tar.gz
bank-61609edf10f3402c5add48c4f617e2fc76c3d934.tar.bz2
bank-61609edf10f3402c5add48c4f617e2fc76c3d934.zip
Fix test.
Recently, the unlimited debit policy for the bank was removed, and this made the tests about user registration fail (could not give initial bonus to new customers). Just raising this limit to a reasonable high number, in order to get the tests to pass again.
Diffstat (limited to 'talerbank/app/testconfigs')
-rw-r--r--talerbank/app/testconfigs/bank-check.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerbank/app/testconfigs/bank-check.conf b/talerbank/app/testconfigs/bank-check.conf
index b977fd9..5e13460 100644
--- a/talerbank/app/testconfigs/bank-check.conf
+++ b/talerbank/app/testconfigs/bank-check.conf
@@ -13,7 +13,7 @@ NDIGITS = 2
MAX_DEBT = KUDOS:50.0
# FIXME
-MAX_DEBT_BANK = KUDOS:0.0
+MAX_DEBT_BANK = KUDOS:1000000
UWSGI_SERVE = unix
UWSGI_UNIXPATH = /tmp/banktest-unused.uwsgi