summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-05-29 18:39:33 +0200
committerMS <ms@taler.net>2020-05-29 18:39:33 +0200
commit45943c22c269384b70f33fe16e58ac5b0ed8c492 (patch)
tree3dd5f923710fba5592835baa0af1a269eb604c43
parentb8226abe63cacc57ec02586934179682845eedf3 (diff)
downloadexchange-45943c22c269384b70f33fe16e58ac5b0ed8c492.tar.gz
exchange-45943c22c269384b70f33fe16e58ac5b0ed8c492.tar.bz2
exchange-45943c22c269384b70f33fe16e58ac5b0ed8c492.zip
GET hello endpoint from Taler Facade.
-rw-r--r--src/testing/test_bank_api_nexus.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_bank_api_nexus.conf b/src/testing/test_bank_api_nexus.conf
index a4aee53fc..127cfbb85 100644
--- a/src/testing/test_bank_api_nexus.conf
+++ b/src/testing/test_bank_api_nexus.conf
@@ -6,7 +6,7 @@ currency = KUDOS
[exchange-account-2]
PAYTO_URI = payto://iban/IBAN/UNUSED
METHOD = x-taler-bank
-WIRE_GATEWAY_URL = http://localhost:5001/taler
+WIRE_GATEWAY_URL = http://localhost:5001/facades/made-up-facade-id/taler
WIRE_GATEWAY_AUTH_METHOD = basic
# the exchange authenticates as the 'admin' user,
# since that makes the test preparation just easier.