From f7cfcbe7dfd2b1cad3e71e433b74c41fcf0b85e7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 14 Dec 2020 17:21:32 +0100 Subject: adapt to libtalertesting API change (minor) --- src/testing/test_sync_api.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/testing/test_sync_api.c b/src/testing/test_sync_api.c index d89c5f6..a05b39a 100644 --- a/src/testing/test_sync_api.c +++ b/src/testing/test_sync_api.c @@ -162,9 +162,12 @@ run (void *cls, false), TALER_TESTING_cmd_exec_offline_sign_keys ("offline-sign-future-keys", CONFIG_FILE), + TALER_TESTING_cmd_exec_offline_sign_fees ("offline-sign-fees", + CONFIG_FILE, + "EUR:0.01", + "EUR:0.01"), TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys", - 1, - 232 /* FIXME: wrong number... */), + 1), TALER_TESTING_cmd_merchant_post_instances ("instance-create-default", merchant_url, "default", -- cgit v1.2.3