diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-25 08:59:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-25 08:59:04 +0100 |
commit | d5d2fc12f54fbfe608f66417b0b350c2bd94d516 (patch) | |
tree | d5e2de69c3070744e8d152e5fc9ab5ebe59f764c /src/testing/test_auditor_api.conf | |
parent | 6243afe0ef6ace667e9219165c5db4d753dd4c57 (diff) |
fix test failures
Diffstat (limited to 'src/testing/test_auditor_api.conf')
-rw-r--r-- | src/testing/test_auditor_api.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_auditor_api.conf b/src/testing/test_auditor_api.conf index a03044523..169c46734 100644 --- a/src/testing/test_auditor_api.conf +++ b/src/testing/test_auditor_api.conf @@ -11,7 +11,7 @@ CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 [auditor] -BASE_URL = "http://localhost:8083/" +AUDITOR_URL = "http://localhost:8083/" # HTTP port the auditor listens to PORT = 8083 |