summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_helpers_bank.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-06-02 10:21:12 +0200
committerMS <ms@taler.net>2020-06-02 10:21:12 +0200
commit320c5fd74091cbcbd06b8246f7817f259077080c (patch)
tree2b69442d7b5ed2fc4500f21129a865a15a1829d1 /src/testing/testing_api_helpers_bank.c
parent549f8a7c7be4878b06bdc44682f220c7261c3d20 (diff)
downloadexchange-320c5fd74091cbcbd06b8246f7817f259077080c.tar.gz
exchange-320c5fd74091cbcbd06b8246f7817f259077080c.tar.bz2
exchange-320c5fd74091cbcbd06b8246f7817f259077080c.zip
Nexus-based tests.
Prefer the 'iban' method over the 'x-taler-bank', regarding the payto:// URIs. Tests are still using the loopback bank connection, though.
Diffstat (limited to 'src/testing/testing_api_helpers_bank.c')
-rw-r--r--src/testing/testing_api_helpers_bank.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_api_helpers_bank.c b/src/testing/testing_api_helpers_bank.c
index 16073554c..a6a97edd5 100644
--- a/src/testing/testing_api_helpers_bank.c
+++ b/src/testing/testing_api_helpers_bank.c
@@ -420,8 +420,8 @@ TALER_TESTING_prepare_nexus (const char *config_filename,
}
GNUNET_CONFIGURATION_destroy (cfg);
bc->exchange_payto = exchange_payto_uri;
- bc->user42_payto = "payto://x-taler-bank/localhost/42";
- bc->user43_payto = "payto://x-taler-bank/localhost/43";
+ bc->user42_payto = "payto://iban/BIC/FR7630006000011234567890189?name=User42";
+ bc->user43_payto = "payto://iban/BIC/GB33BUKB20201555555555?name=User43";
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Relying on nexus %s on port %u\n",
bc->exchange_auth.wire_gateway_url,