commit 645fef07cb91eaf4f02024bbc898b32f681c55f3
parent e4f98e0fa7336cd354f4689e7568d78421c2d76c
Author: Florian Dold <florian.dold@gmail.com>
Date: Fri, 14 Aug 2020 17:12:35 +0530
spend 4 TESTKUDOS, not 5, like the previous test command
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh
@@ -134,7 +134,7 @@ echo "Running wallet"
taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 'runIntegrationTest' \
"$(jq -n '
{
- amountToSpend: "TESTKUDOS:5",
+ amountToSpend: "TESTKUDOS:4",
amountToWithdraw: "TESTKUDOS:10",
bankBaseUrl: $BANK_URL,
exchangeBaseUrl: $EXCHANGE_URL,