donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 87e64b29f4905ccb8b24308decebbbd894e85aad
parent 08e35d62cbe7bb065f474ed2951bcf27283498ad
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  2 Jun 2026 20:42:08 +0200

fix tests

Diffstat:
Msrc/donau/donau-httpd_post-csr-issue.c | 2+-
Msrc/donaudb/test_donaudb.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/donau/donau-httpd_post-csr-issue.c b/src/donau/donau-httpd_post-csr-issue.c @@ -115,7 +115,7 @@ DH_handler_post_csr_issue (struct DH_RequestContext *rc, return TALER_MHD_REPLY_JSON_PACK ( rc->connection, MHD_HTTP_CREATED, - TALER_JSON_pack_exchange_blinding_values ("ewv", + TALER_JSON_pack_exchange_blinding_values ("r_pubs", &exw)); } } diff --git a/src/donaudb/test_donaudb.c b/src/donaudb/test_donaudb.c @@ -312,7 +312,7 @@ run (void *cls) } /* test delete charity */ - FAILIF (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS != + FAILIF (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != DONAUDB_do_charity_delete (ctx, charity_id));