spend 4 TESTKUDOS, not 5, like the previous test command

This commit is contained in:
Florian Dold 2020-08-14 17:12:35 +05:30
parent e4f98e0fa7
commit 645fef07cb
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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,