aboutsummaryrefslogtreecommitdiff
path: root/src/auditor-lib/test_auditor_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-10 19:28:28 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-10 19:28:28 +0100
commit277f90bf2ba38e1e33ab761e2052f0807730364b (patch)
tree94613cad65de20e40058859df6956e677f59129c /src/auditor-lib/test_auditor_api.c
parent48ad5d2b5c8a625ea59794bfe403f5e10553195a (diff)
downloadexchange-277f90bf2ba38e1e33ab761e2052f0807730364b.tar.xz
preparing test logic for new auditor requirements (incomplete)
Diffstat (limited to 'src/auditor-lib/test_auditor_api.c')
-rw-r--r--src/auditor-lib/test_auditor_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditor-lib/test_auditor_api.c b/src/auditor-lib/test_auditor_api.c
index 50e57887d..a66eb0a50 100644
--- a/src/auditor-lib/test_auditor_api.c
+++ b/src/auditor-lib/test_auditor_api.c
@@ -170,9 +170,9 @@ main (int argc,
/* @helpers. Run keyup, create tables, ... Note: it
* fetches the port number from config in order to see
* if it's available. */
- switch (TALER_TESTING_AUDITOR_prepare_auditor (CONFIG_FILE,
- &auditor_url,
- &exchange_url))
+ switch (TALER_TESTING_prepare_exchange (CONFIG_FILE,
+ &auditor_url,
+ &exchange_url))
{
case GNUNET_SYSERR:
GNUNET_break (0);