commit 0a4f8df8d93180b8da7a0687835849c6327a2b4c
parent 0fc56b8c9f9ac216a5a62f32129e8c04585c53ca
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 10 Aug 2025 13:48:41 +0200
-fix test regression
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/testing/test_bank_api.c b/src/testing/test_bank_api.c
@@ -165,7 +165,7 @@ main (int argc,
else if (TALER_TESTING_has_in_name (argv[0],
"_with_nexus"))
{
- bs = TALER_TESTING_BS_IBAN;
+ bs = TALER_TESTING_BS_FAKEBANK;
cfgfile = CONFIG_FILE_NEXUS;
if (GNUNET_SYSERR ==
GNUNET_OS_check_helper_binary ("libeufin-bank",
diff --git a/src/testing/test_bank_api.conf b/src/testing/test_bank_api.conf
@@ -16,7 +16,7 @@ HTTP_PORT = 8082
[libeufin-bank]
CURRENCY = EUR
-WIRE_TYPE = iban
+WIRE_TYPE = x-taler-bank
IBAN_PAYTO_BIC = SANDBOXX
DEFAULT_CUSTOMER_DEBT_LIMIT = EUR:200
DEFAULT_ADMIN_DEBT_LIMIT = EUR:2000