[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: -try to fix anastasis test
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: -try to fix anastasis test |
Date: |
Fri, 22 Sep 2023 09:41:49 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new 2596a0b -try to fix anastasis test
2596a0b is described below
commit 2596a0b867922b4a8d049db8844dda517abf987b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 22 09:41:44 2023 +0200
-try to fix anastasis test
---
src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
index dc8e289..551ab36 100755
--- a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
+++ b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
@@ -12,13 +12,13 @@ then
ACCOUNT="exchange-account-2"
WIRE_METHOD="x-taler-bank"
BANK_FLAGS="-f -d $WIRE_METHOD -u $ACCOUNT"
- BANK_URL="http://localhost:18082/taler-bank-access/"
+ BANK_URL="http://localhost:18082/"
MERCHANT_PAYTO="payto://x-taler-bank/localhost/anastasis?receiver-name=anastasis"
else
ACCOUNT="exchange-account-1"
WIRE_METHOD="iban"
BANK_FLAGS="-ns -d $WIRE_METHOD -u $ACCOUNT"
- BANK_URL="http://localhost:18082/demobanks/default/access-api/"
+ BANK_URL="http://localhost:18082/"
MERCHANT_PAYTO="payto://iban/SANDBOXX/DE648226?receiver-name=anastasis"
fi
@@ -262,7 +262,7 @@ taler-wallet-cli --no-throttle --wallet-db="$WALLET_DB" api
--expect-success 'wi
"$(jq -n '
{
amount: "TESTKUDOS:100",
- bankAccessApiBaseUrl: $BANK_URL,
+ corebankApiBaseUrl: $BANK_URL,
exchangeBaseUrl: $EXCHANGE_URL
}' \
--arg BANK_URL "${BANK_URL}" \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.