commit bfd67a22fdd76e7f89073e411b3234522712a54b
parent 4b1e77fc82c5d1b8abd1ad8a7c1081edd48253e6
Author: Florian Dold <florian@dold.me>
Date: Thu, 4 Feb 2021 18:02:46 +0100
fix merchant auth token in auditor test
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh
@@ -213,7 +213,7 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 'runIntegrationTest' \
amountToWithdraw: "TESTKUDOS:10",
bankBaseUrl: $BANK_URL,
exchangeBaseUrl: $EXCHANGE_URL,
- merchantApiKey: "sandbox",
+ merchantAuthToken: "secret-token:sandbox",
merchantBaseUrl: $MERCHANT_URL,
}' \
--arg MERCHANT_URL "$MERCHANT_URL" \
diff --git a/src/auditor/generate-revoke-basedb.sh b/src/auditor/generate-revoke-basedb.sh
@@ -250,7 +250,7 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 'testPay' \
"$(jq -n '
{
amount: "TESTKUDOS:1",
- merchantApiKey: "sandbox",
+ merchantAuthToken: "secret-token:sandbox",
merchantBaseUrl: $MERCHANT_URL,
summary: "foo",
}' \
@@ -365,7 +365,7 @@ taler-wallet-cli $TIMETRAVEL --no-throttle --wallet-db=$WALLET_DB api 'testPay'
"$(jq -n '
{
amount: "TESTKUDOS:0.02",
- merchantApiKey: "sandbox",
+ merchantAuthToken: "secret-token:sandbox",
merchantBaseUrl: $MERCHANT_URL,
summary: "bar",
}' \