diff options
Diffstat (limited to 'src/auditor-lib/test_auditor_api.c')
-rw-r--r-- | src/auditor-lib/test_auditor_api.c | 6 |
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 56f7cd01..6393ce35 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: |