auditor test: don't pass any merchant auth token
This commit is contained in:
parent
bfd67a22fd
commit
9bf54f4bab
@ -213,7 +213,6 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 'runIntegrationTest' \
|
|||||||
amountToWithdraw: "TESTKUDOS:10",
|
amountToWithdraw: "TESTKUDOS:10",
|
||||||
bankBaseUrl: $BANK_URL,
|
bankBaseUrl: $BANK_URL,
|
||||||
exchangeBaseUrl: $EXCHANGE_URL,
|
exchangeBaseUrl: $EXCHANGE_URL,
|
||||||
merchantAuthToken: "secret-token:sandbox",
|
|
||||||
merchantBaseUrl: $MERCHANT_URL,
|
merchantBaseUrl: $MERCHANT_URL,
|
||||||
}' \
|
}' \
|
||||||
--arg MERCHANT_URL "$MERCHANT_URL" \
|
--arg MERCHANT_URL "$MERCHANT_URL" \
|
||||||
|
@ -250,7 +250,6 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 'testPay' \
|
|||||||
"$(jq -n '
|
"$(jq -n '
|
||||||
{
|
{
|
||||||
amount: "TESTKUDOS:1",
|
amount: "TESTKUDOS:1",
|
||||||
merchantAuthToken: "secret-token:sandbox",
|
|
||||||
merchantBaseUrl: $MERCHANT_URL,
|
merchantBaseUrl: $MERCHANT_URL,
|
||||||
summary: "foo",
|
summary: "foo",
|
||||||
}' \
|
}' \
|
||||||
@ -365,7 +364,6 @@ taler-wallet-cli $TIMETRAVEL --no-throttle --wallet-db=$WALLET_DB api 'testPay'
|
|||||||
"$(jq -n '
|
"$(jq -n '
|
||||||
{
|
{
|
||||||
amount: "TESTKUDOS:0.02",
|
amount: "TESTKUDOS:0.02",
|
||||||
merchantAuthToken: "secret-token:sandbox",
|
|
||||||
merchantBaseUrl: $MERCHANT_URL,
|
merchantBaseUrl: $MERCHANT_URL,
|
||||||
summary: "bar",
|
summary: "bar",
|
||||||
}' \
|
}' \
|
||||||
|
Loading…
Reference in New Issue
Block a user