libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit fd75027ca6182e42b025f87888db9da6ad24a02c
parent 1253f371595b249823bdceff4bf8144be191fe7a
Author: MS <ms@taler.net>
Date:   Mon, 24 Jul 2023 10:05:04 +0200

Naming in test script.

Diffstat:
Mcli/tests/launch_services_with_xlibeufinbank.sh | 8++++----
Mcli/tests/wire-transfer.sh | 2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/cli/tests/launch_services_with_xlibeufinbank.sh b/cli/tests/launch_services_with_xlibeufinbank.sh @@ -59,8 +59,8 @@ echo -n Waiting for Nexus... curl --max-time 2 --retry-connrefused --retry-delay 1 --retry 10 http://localhost:5001/ &> /dev/null echo DONE -echo -n "Register the 'www' Sandbox account..." -export LIBEUFIN_SANDBOX_USERNAME=www +echo -n "Register the Sandbox account..." +export LIBEUFIN_SANDBOX_USERNAME=sandbox-user export LIBEUFIN_SANDBOX_PASSWORD=foo libeufin-cli \ sandbox --sandbox-url http://localhost:5000/ \ @@ -74,7 +74,7 @@ export LIBEUFIN_NEXUS_URL=http://localhost:5001 # echoing the password to STDIN, as that is a "prompt" option. libeufin-cli connections new-xlibeufinbank-connection \ --bank-url "http://localhost:5000/demobanks/default/access-api" \ - --username www \ + --username sandbox-user --password foo \ wwwconn echo DONE @@ -84,7 +84,7 @@ echo DONE # Importing the bank account under a local name at Nexus. echo -n Importing the x-libeufin-bank account locally.. libeufin-cli connections import-bank-account \ - --offered-account-id www \ + --offered-account-id sandbox-user \ --nexus-bank-account-id foo-at-nexus wwwconn echo DONE echo -n Create the Taler facade at Nexus... diff --git a/cli/tests/wire-transfer.sh b/cli/tests/wire-transfer.sh @@ -9,6 +9,6 @@ RESERVE_PUB=$(gnunet-ecc -g1 /tmp/www &> /dev/null && gnunet-ecc -p /tmp/www) export LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:postgresql://localhost:5432/libeufincheck?user=$(whoami)" libeufin-sandbox \ make-transaction \ - --credit-account=www \ + --credit-account=sandbox-user \ --debit-account=admin MANA:2 \ $RESERVE_PUB