diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-12-01 14:27:29 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-12-01 14:27:29 +0100 |
commit | d38fa7344a5e7b99b0298f748ac585c21e73acbe (patch) | |
tree | b9cd2828a4bc1b7ccb125644aa87db8f016809bb | |
parent | b08777a5f4ff8f80ce06f4a3a9e1755c7e7d175e (diff) |
fix auditordb tests
-rw-r--r-- | src/auditordb/test-auditor-db-postgres.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/test-auditor-db-postgres.conf b/src/auditordb/test-auditor-db-postgres.conf index 0d7e5cd92..35c19e555 100644 --- a/src/auditordb/test-auditor-db-postgres.conf +++ b/src/auditordb/test-auditor-db-postgres.conf @@ -9,5 +9,5 @@ CONFIG = "postgres:///talercheck" # Where are the SQL files to setup our tables? SQL_DIR = ${DATADIR}sql/ -[taler] +[exchange] CURRENCY = "EUR" |