gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: tests: adjusting the bank URL fo


From: gnunet
Subject: [taler-exchange] branch master updated: tests: adjusting the bank URL for the wallet CLI.
Date: Wed, 11 Jan 2023 18:41:13 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c6876bfb tests: adjusting the bank URL for the wallet CLI.
c6876bfb is described below

commit c6876bfb4fbe7430a396d09be4227948a1d54d4c
Author: MS <ms@taler.net>
AuthorDate: Wed Jan 11 18:32:40 2023 +0100

    tests: adjusting the bank URL for the wallet CLI.
    
    The wallet CLI needs the bank URL to still end with
    "/demobanks/default" to find the Access API endpoints,
    as opposed to the latest libeufin-cli that builds those
    from the "/"-only base URL.
---
 src/auditor/generate-auditor-basedb.sh | 2 +-
 src/auditor/generate-revoke-basedb.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/generate-auditor-basedb.sh 
b/src/auditor/generate-auditor-basedb.sh
index 8a80c3b6..c1d806e6 100755
--- a/src/auditor/generate-auditor-basedb.sh
+++ b/src/auditor/generate-auditor-basedb.sh
@@ -418,7 +418,7 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 
--expect-success 'runI
     }' \
     --arg MERCHANT_URL "$MERCHANT_URL" \
     --arg EXCHANGE_URL "$EXCHANGE_URL" \
-    --arg BANK_URL "$BANK_URL/access-api/"
+    --arg BANK_URL "$BANK_URL/demobanks/default/access-api/"
   )" &> ${MY_TMP_DIR}/taler-wallet-cli.log
 
 echo "Shutting down services"
diff --git a/src/auditor/generate-revoke-basedb.sh 
b/src/auditor/generate-revoke-basedb.sh
index 15ef0ff2..8ac5b2db 100755
--- a/src/auditor/generate-revoke-basedb.sh
+++ b/src/auditor/generate-revoke-basedb.sh
@@ -413,7 +413,7 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 
--expect-success 'with
       bankBaseUrl: $BANK_URL,
       exchangeBaseUrl: $EXCHANGE_URL,
     }' \
-    --arg BANK_URL "$BANK_URL/access-api/" \
+    --arg BANK_URL "$BANK_URL/demobanks/default/access-api/" \
     --arg EXCHANGE_URL $EXCHANGE_URL
   )"
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]