From 7236294ffbe7b5a5b3d56a27c1685ac75cdfd76b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 15 Jan 2020 21:27:58 +0100 Subject: fix check commands in test_auditor_api --- src/lib/test_auditor_api.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/test_auditor_api.conf') diff --git a/src/lib/test_auditor_api.conf b/src/lib/test_auditor_api.conf index b3a2039e..5c6ee031 100644 --- a/src/lib/test_auditor_api.conf +++ b/src/lib/test_auditor_api.conf @@ -64,7 +64,7 @@ URL = "payto://x-taler-bank/localhost:8082/42" # wallets with the bank information for transfers to the exchange. WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json # Which wire plugin should we used to access the account? -PLUGIN = taler_bank +METHOD = x-taler-bank # ENABLE_CREDIT = YES @@ -77,7 +77,7 @@ URL = "payto://x-taler-bank/localhost:8082/2" WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json # Which wire plugin should we used to access the account? -PLUGIN = taler_bank +METHOD = x-taler-bank # Authentication information for basic authentication TALER_BANK_AUTH_METHOD = "basic" -- cgit v1.2.3