gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: 406 to 400 status code change in


From: gnunet
Subject: [taler-merchant] branch master updated: 406 to 400 status code change in tests
Date: Thu, 07 Mar 2024 15:11:08 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new a4c7985b 406 to 400 status code change in tests
a4c7985b is described below

commit a4c7985bfea912791ee6cc9f7826860a51140890
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Mar 7 15:11:04 2024 +0100

    406 to 400 status code change in tests
---
 src/testing/test_merchant_api.c         | 2 +-
 src/testing/test_merchant_api_twisted.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 80ec3dad..e9b492b3 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -1133,7 +1133,7 @@ run (void *cls,
                                             "EUR:10.0"),
     TALER_TESTING_cmd_merchant_pay_order ("pay-fail-partial-double-11-good",
                                           merchant_url,
-                                          MHD_HTTP_NOT_ACCEPTABLE,
+                                          MHD_HTTP_BAD_REQUEST,
                                           "create-proposal-11",
                                           "withdraw-coin-11a",
                                           "EUR:5",
diff --git a/src/testing/test_merchant_api_twisted.c 
b/src/testing/test_merchant_api_twisted.c
index aa3b09b1..446e6eb3 100644
--- a/src/testing/test_merchant_api_twisted.c
+++ b/src/testing/test_merchant_api_twisted.c
@@ -226,7 +226,7 @@ run (void *cls,
      * so we'll then have the right to abort.  */
     TALER_TESTING_cmd_merchant_pay_order ("deposit-simple-for-abort",
                                           twister_merchant_url,
-                                          MHD_HTTP_NOT_ACCEPTABLE,
+                                          MHD_HTTP_BAD_REQUEST,
                                           "create-proposal-abort-1",
                                           "withdraw-coin-abort-1",
                                           "EUR:1.01",
@@ -401,7 +401,7 @@ run (void *cls,
                                             "EUR:6.0"),
     TALER_TESTING_cmd_merchant_pay_order ("deposit-2",
                                           merchant_url,
-                                          MHD_HTTP_NOT_ACCEPTABLE,
+                                          MHD_HTTP_BAD_REQUEST,
                                           "create-proposal-2",
                                           "withdraw-coin-1",
                                           "EUR:5",

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