sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 2dc62e1dd190ff5080fb0782d69e828ff6f1674d
parent 5df3a024e183d4cea08be5c3f28bf9a520588c38
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri,  1 Sep 2023 15:03:11 +0200

adapt to latest API changes

Diffstat:
Msrc/testing/test_sync_api.c | 7++++++-
Msrc/testing/test_sync_api.conf | 1+
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/testing/test_sync_api.c b/src/testing/test_sync_api.c @@ -153,8 +153,13 @@ run (void *cls, TALER_TESTING_cmd_merchant_post_instances ("instance-create-default", merchant_url, "default", - merchant_payto, MHD_HTTP_NO_CONTENT), + TALER_TESTING_cmd_merchant_post_account ( + "instance-create-default-account", + merchant_url, + merchant_payto, + NULL, NULL, + MHD_HTTP_OK), /** * Move money to the exchange's bank account. diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf @@ -63,6 +63,7 @@ PORT = 8081 SIGNKEY_LEGAL_DURATION = 2 years MASTER_PUBLIC_KEY = EAQTXN8S6QP081WRWG03N8SQ34PX492ATXSSWASJGRXCBP0QM7HG BASE_URL = "http://localhost:8081/" +STEFAN_ABS = "EUR:5" [exchangedb-postgres] CONFIG = "postgres:///synccheck"