gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 200/277: test with MHD error


From: gnunet
Subject: [taler-merchant] 200/277: test with MHD error
Date: Sun, 05 Jul 2020 20:51:53 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit 41c94440752e4c51d889c9eef64475c091546c14
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
AuthorDate: Fri Jun 12 13:45:53 2020 -0400

    test with MHD error
---
 src/lib/merchant_api_tip_authorize.c | 2 +-
 src/testing/test_merchant_api.c      | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/lib/merchant_api_tip_authorize.c 
b/src/lib/merchant_api_tip_authorize.c
index 0147ec7..8f8505d 100644
--- a/src/lib/merchant_api_tip_authorize.c
+++ b/src/lib/merchant_api_tip_authorize.c
@@ -341,7 +341,7 @@ TALER_MERCHANT_tip_authorize (struct GNUNET_CURL_Context 
*ctx,
   tao->cb_cls = authorize_cb_cls;
 
   tao->url = TALER_url_join (backend_url,
-                             "/private/tips",
+                             "private/tips",
                              NULL);
   if (NULL == tao->url)
   {
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index cb50314..324dd40 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -642,6 +642,12 @@ run (void *cls,
                                               EXCHANGE_URL,
                                               "x-taler-bank",
                                               MHD_HTTP_OK),
+    TALER_TESTING_cmd_tip_authorize ("authorize-tip-1",
+                                     merchant_url_internal ("tip"),
+                                     EXCHANGE_URL,
+                                     MHD_HTTP_OK,
+                                     "tip 1",
+                                     "EUR:5.01"),
 #if 0
     /* Test tipping.  */
     TALER_TESTING_cmd_admin_add_incoming_with_instance ("create-reserve-tip-1",

-- 
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]