summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-16 19:29:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-16 19:29:13 +0100
commit233f567b810874e6363c9d2026132376d70e269a (patch)
treed4618f044a19c0be9c7ab53d517061037ef42204 /src
parent6f6c71a8d39e5f1f4d69ec06ad20f832617783d6 (diff)
downloadexchange-233f567b810874e6363c9d2026132376d70e269a.tar.gz
exchange-233f567b810874e6363c9d2026132376d70e269a.tar.bz2
exchange-233f567b810874e6363c9d2026132376d70e269a.zip
need to have fees for auditor test, too
Diffstat (limited to 'src')
-rw-r--r--src/testing/test_auditor_api.c4
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),