From 17edb09f384689da5923689dfe4b6d071797091c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Nov 2018 16:45:09 +0100 Subject: extend testing logic to setup handle for the auditor --- src/auditor-lib/test_auditor_api.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/auditor-lib/test_auditor_api.c') diff --git a/src/auditor-lib/test_auditor_api.c b/src/auditor-lib/test_auditor_api.c index 56f7cd01a..6393ce351 100644 --- a/src/auditor-lib/test_auditor_api.c +++ b/src/auditor-lib/test_auditor_api.c @@ -185,9 +185,9 @@ main (int argc, * start/stop the exchange. It calls TALER_TESTING_setup * which creates the 'is' object. */ - TALER_TESTING_setup_with_auditor_and_exchange (&run, - NULL, - CONFIG_FILE)) + TALER_TESTING_AUDITOR_setup (&run, + NULL, + CONFIG_FILE)) return 1; break; default: -- cgit v1.2.3