summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-09 13:50:25 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-09 13:50:41 +0200
commit18aa807bf73e0cd6f3bdd1cc2d462f05e42a72b2 (patch)
treeeb307f39a61cd90e49884c441acf76d7e6141c2a
parent6da3f7ff89e8d2a1f2cdd829632aab9cf69bd0e4 (diff)
downloadmerchant-18aa807bf73e0cd6f3bdd1cc2d462f05e42a72b2.tar.gz
merchant-18aa807bf73e0cd6f3bdd1cc2d462f05e42a72b2.tar.bz2
merchant-18aa807bf73e0cd6f3bdd1cc2d462f05e42a72b2.zip
fix 'lib' testcase
-rw-r--r--src/lib/test_merchant_api.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf
index 5e72ed0b..16f02976 100644
--- a/src/lib/test_merchant_api.conf
+++ b/src/lib/test_merchant_api.conf
@@ -125,13 +125,14 @@ MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
[exchangedb-postgres]
DB_CONN_STR = "postgres:///talercheck"
-[exchange-wire-test]
+[exchange-wire-incoming-test]
# This is the response we give out for the /wire request. It provides
# wallets with the bank information for transfers to the exchange.
# Note that the _incoming_ account is #3, while the
# outgoing account of the exchange (see below) is #2.
TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/test.json
+[exchange-wire-outgoing-test]
# What is the main website of the bank?
BANK_URI = "http://localhost:8083/"
# From which account at the 'bank' should outgoing wire transfers be made?