libeufin

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

commit 121235aa5b16348a6f016bbce9ef194fd6910563
parent 03368f41f70fcb686e7859545baa7d36701ab6fa
Author: MS <ms@taler.net>
Date:   Sat,  7 Jan 2023 13:13:46 +0100

comment

Diffstat:
Mcli/bin/circuit_test.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cli/bin/circuit_test.sh b/cli/bin/circuit_test.sh @@ -5,15 +5,15 @@ set -eu +echo TESTING THE CLI SIDE OF THE CIRCUIT API jq --version &> /dev/null || (echo "'jq' command not found"; exit 77) curl --version &> /dev/null || (echo "'curl' command not found"; exit 77) DB_PATH=/tmp/circuit-test.sqlite3 export LIBEUFIN_SANDBOX_DB_CONNECTION=jdbc:sqlite:$DB_PATH +# NOTE: unset this variable to test the SMS or e-mail TAN. export LIBEUFIN_CASHOUT_TEST_TAN=secret-tan -echo TESTING THE CLI SIDE OF THE CIRCUIT API - echo -n Delete previous data.. rm -f $DB_PATH echo DONE