diff options
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/test_auditor_api.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testing/test_auditor_api.c b/src/testing/test_auditor_api.c index c4f890e62..2ea173569 100644 --- a/src/testing/test_auditor_api.c +++ b/src/testing/test_auditor_api.c @@ -620,6 +620,10 @@ run (void *cls, }; struct TALER_TESTING_Command commands[] = { + TALER_TESTING_cmd_exec_offline_sign_fees ("offline-sign-fees", + CONFIG_FILE, + "EUR:0.01", + "EUR:0.01"), TALER_TESTING_cmd_auditor_add ("add-auditor-OK", MHD_HTTP_NO_CONTENT, false), |