gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 19/19: -fix expected HTTP status codes


From: gnunet
Subject: [taler-merchant] 19/19: -fix expected HTTP status codes
Date: Fri, 22 Dec 2023 17:25:18 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

commit 2eec9cf0d62525f12371e764b9382ef875b709e5
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Dec 23 00:24:45 2023 +0800

    -fix expected HTTP status codes
---
 src/testing/test_merchant_api.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 1fb5394c..2a51c29f 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -527,7 +527,7 @@ run (void *cls,
                                            MHD_HTTP_OK),
     TALER_TESTING_cmd_merchant_forget_order ("forget-1",
                                              merchant_url,
-                                             MHD_HTTP_OK,
+                                             MHD_HTTP_NO_CONTENT,
                                              "create-proposal-1",
                                              NULL,
                                              "$.dummy_obj",
@@ -558,7 +558,7 @@ run (void *cls,
                                              NULL),
     TALER_TESTING_cmd_merchant_forget_order ("forget-order-array-elem",
                                              merchant_url,
-                                             MHD_HTTP_OK,
+                                             MHD_HTTP_NO_CONTENT,
                                              "create-proposal-1",
                                              NULL,
                                              "$.dummy_array[0].item",
@@ -575,7 +575,7 @@ run (void *cls,
                                            MHD_HTTP_OK),
     TALER_TESTING_cmd_merchant_forget_order ("forget-order-array-wc",
                                              merchant_url,
-                                             MHD_HTTP_OK,
+                                             MHD_HTTP_NO_CONTENT,
                                              "create-proposal-1",
                                              NULL,
                                              "$.dummy_array[*].item",

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