From 276b23ce4a4fdc48f92d54c1d8dc477d4e95a5d3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 8 Jan 2024 17:56:41 +0100 Subject: tests: specify corebank API base URL The bank access API has long been deprecated. --- contrib/gana | 2 +- src/cli/test_anastasis_reducer_enter_secret.sh | 2 +- src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/gana b/contrib/gana index e9015f6..9eddc2c 160000 --- a/contrib/gana +++ b/contrib/gana @@ -1 +1 @@ -Subproject commit e9015f67dd6674680a0137b6ef8a04e08a8613e3 +Subproject commit 9eddc2cf7b65bb43d285c75ef22fd9bc9cc7020e diff --git a/src/cli/test_anastasis_reducer_enter_secret.sh b/src/cli/test_anastasis_reducer_enter_secret.sh index 99ad072..3b25537 100755 --- a/src/cli/test_anastasis_reducer_enter_secret.sh +++ b/src/cli/test_anastasis_reducer_enter_secret.sh @@ -236,7 +236,7 @@ taler-wallet-cli \ "$(jq -n ' { amount: "TESTKUDOS:40", - bankAccessApiBaseUrl: $BANK_URL, + corebankApiBaseUrl: $BANK_URL, exchangeBaseUrl: $EXCHANGE_URL }' \ --arg BANK_URL "${BANK_URL}" \ 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 a04cbb2..551ab36 100755 --- a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh +++ b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh @@ -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}" \ -- cgit v1.2.3