fix
This commit is contained in:
parent
c20f6828ae
commit
6dcd37504a
@ -5,7 +5,7 @@ TINY_AMOUNT = TESTKUDOS:0.01
|
||||
[account-1]
|
||||
WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json
|
||||
url = payto://x-taler-bank/localhost:8082/2
|
||||
plugin = taler_bank
|
||||
METHOD = x-taler-bank
|
||||
enable_debit = yes
|
||||
enable_credit = yes
|
||||
TALER_BANK_AUTH_METHOD = basic
|
||||
@ -23,6 +23,7 @@ CONFIG = postgres:///taler-auditor-test
|
||||
|
||||
[taler]
|
||||
CURRENCY = TESTKUDOS
|
||||
CURRENCY_ROUNDING = TESTKUDOS:0.01
|
||||
|
||||
[bank]
|
||||
DATABASE = postgres:///taler-auditor-test
|
||||
|
@ -295,7 +295,7 @@ TALER_TESTING_prepare_bank (const char *config_filename,
|
||||
NULL, NULL, NULL,
|
||||
"taler-bank-manage",
|
||||
"taler-bank-manage",
|
||||
"-c", "bank.conf",
|
||||
"-c", "test_bank_api.conf",
|
||||
"--with-db", database,
|
||||
"django",
|
||||
"flush",
|
||||
|
Loading…
Reference in New Issue
Block a user