commit 236b29f957795aad279bc62081de06861bfe0821 parent aa768bd7c09f0ea4a0b53caf9390bfa1ac68fac6 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 23 Sep 2023 19:43:43 +0200 -fix WIRE_GATEWAY_URL to match new design Diffstat:
| M | cli/tests/wirewatch.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cli/tests/wirewatch.conf b/cli/tests/wirewatch.conf @@ -1,5 +1,5 @@ [exchange-accountcredentials-1] -WIRE_GATEWAY_URL = "http://localhost:5001/facades/test-facade/taler-wire-gateway/" +WIRE_GATEWAY_URL = "http://localhost:5001/accounts/test-user/taler-wire-gateway/" WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = test-user PASSWORD = x