gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix testing/ FTBFS


From: gnunet
Subject: [taler-exchange] branch master updated: -fix testing/ FTBFS
Date: Sat, 22 Oct 2022 19:49:27 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 042a8b67 -fix testing/ FTBFS
042a8b67 is described below

commit 042a8b677d7d01fcbef116cdb2d727eea90142f3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 22 19:49:24 2022 +0200

    -fix testing/ FTBFS
---
 src/testing/test_kyc_api.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c
index 421b76d1..0933956c 100644
--- a/src/testing/test_kyc_api.c
+++ b/src/testing/test_kyc_api.c
@@ -343,7 +343,7 @@ run (void *cls,
       MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS,
       "{\"amount\":\"EUR:1\",\"summary\":\"ice cream\"}",
       true /* upload contract */,
-      false /* pay purse fee */,
+      true /* pay purse fee */,
       GNUNET_TIME_UNIT_MINUTES, /* expiration */
       "p2p_create-reserve-3"),
     TALER_TESTING_cmd_check_kyc_get ("check-kyc-purse-create",
@@ -360,7 +360,7 @@ run (void *cls,
       MHD_HTTP_OK,
       "{\"amount\":\"EUR:1\",\"summary\":\"ice cream\"}",
       true /* upload contract */,
-      false /* pay purse fee */,
+      true /* pay purse fee */,
       GNUNET_TIME_UNIT_MINUTES, /* expiration */
       "p2p_create-reserve-3"),
     TALER_TESTING_cmd_contract_get (

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]