summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-23 00:24:45 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-23 00:24:45 +0800
commit2eec9cf0d62525f12371e764b9382ef875b709e5 (patch)
tree999e778e2313f2a237b0cfc45291023aef804774 /src/testing
parente7a8f953162c2507e3ad609ca4644a0bba08c51a (diff)
downloadmerchant-2eec9cf0d62525f12371e764b9382ef875b709e5.tar.gz
merchant-2eec9cf0d62525f12371e764b9382ef875b709e5.tar.bz2
merchant-2eec9cf0d62525f12371e764b9382ef875b709e5.zip
-fix expected HTTP status codes
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_merchant_api.c6
1 files 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",