commit f7cfcbe7dfd2b1cad3e71e433b74c41fcf0b85e7
parent fa1d25c0d67c043c55c442fcee3229d4e7a1183e
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 14 Dec 2020 17:21:32 +0100
adapt to libtalertesting API change (minor)
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git 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",