pass right config filename to taler-bank-manage

This commit is contained in:
Florian Dold 2020-01-17 12:31:20 +01:00
parent 11d5f61984
commit 55e943829b
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ currency = KUDOS
[account-2]
URL = payto://x-taler-bank/localhost/2
METHOD = x-taler-bank
WIRE_GATEWAY_URL = "http://localhost:8081/2/"
WIRE_GATEWAY_URL = "http://localhost:8081/taler-wire-gateway/2/"
WIRE_GATEWAY_AUTH_METHOD = basic
USERNAME = Exchange
PASSWORD = x

View File

@ -295,7 +295,7 @@ TALER_TESTING_prepare_bank (const char *config_filename,
NULL, NULL, NULL,
"taler-bank-manage",
"taler-bank-manage",
"-c", "test_bank_api.conf",
"-c", config_filename,
"--with-db", database,
"django",
"flush",