summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-14 17:21:32 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-14 17:21:32 +0100
commitf7cfcbe7dfd2b1cad3e71e433b74c41fcf0b85e7 (patch)
tree4335c33b5bf582846e0e3ba8285909626382c7bd
parentfa1d25c0d67c043c55c442fcee3229d4e7a1183e (diff)
downloadsync-f7cfcbe7dfd2b1cad3e71e433b74c41fcf0b85e7.tar.gz
sync-f7cfcbe7dfd2b1cad3e71e433b74c41fcf0b85e7.tar.bz2
sync-f7cfcbe7dfd2b1cad3e71e433b74c41fcf0b85e7.zip
adapt to libtalertesting API change (minor)
-rw-r--r--src/testing/test_sync_api.c7
1 files 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",