summaryrefslogtreecommitdiff
path: root/src/lib/test_exchange_api_keys_cherry_picking.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-14 14:09:48 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-14 14:09:48 +0100
commit088e6c5f3cabcc8d91b8901dcaab6c8430ce26c8 (patch)
treebf505deb2c410e11a318dba7208265dc7d0b7648 /src/lib/test_exchange_api_keys_cherry_picking.conf
parent87aa8b54cc10301b6c03572962bae3c2d5a47bb0 (diff)
downloadexchange-088e6c5f3cabcc8d91b8901dcaab6c8430ce26c8.tar.gz
exchange-088e6c5f3cabcc8d91b8901dcaab6c8430ce26c8.tar.bz2
exchange-088e6c5f3cabcc8d91b8901dcaab6c8430ce26c8.zip
fix configs for test
Diffstat (limited to 'src/lib/test_exchange_api_keys_cherry_picking.conf')
-rw-r--r--src/lib/test_exchange_api_keys_cherry_picking.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/test_exchange_api_keys_cherry_picking.conf b/src/lib/test_exchange_api_keys_cherry_picking.conf
index bd6808630..dacdee92f 100644
--- a/src/lib/test_exchange_api_keys_cherry_picking.conf
+++ b/src/lib/test_exchange_api_keys_cherry_picking.conf
@@ -73,8 +73,7 @@ WIRE_RESPONSE = ${TALER_CONFIG_HOME}/iban.json
# What is the URL of our bank account? Must match WIRE_RESPONSE above!
URL = payto://x-taler-bank/localhost:8080/42
-# Which plugin implements access for this account?
-PLUGIN = "taler_bank"
+METHOD = "x-taler-bank"
[account-2]
@@ -85,8 +84,7 @@ WIRE_RESPONSE = ${TALER_CONFIG_HOME}/x-taler-bank.json
# What is the URL of our bank account? Must match WIRE_RESPONSE above!
URL = payto://x-taler-bank/localhost:8082/2
-# Which plugin implements access for this account?
-PLUGIN = "taler_bank"
+METHOD = "x-taler-bank"
# Authentication information for basic authentication
TALER_BANK_AUTH_METHOD = "basic"