fix merchant auth token in auditor test
This commit is contained in:
parent
4b1e77fc82
commit
bfd67a22fd
@ -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" \
|
||||
|
@ -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",
|
||||
}' \
|
||||
|
Loading…
Reference in New Issue
Block a user