[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -use unexpected status report wi
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -use unexpected status report with reply |
Date: |
Mon, 10 Jul 2023 10:51:08 +0200 |
This is an automated email from the git hooks/post-receive script.
oec pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 19794a97 -use unexpected status report with reply
19794a97 is described below
commit 19794a97ebd1ad3f1ee04c9b8878c807cdfa079e
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Mon Jul 10 10:50:52 2023 +0200
-use unexpected status report with reply
---
src/testing/testing_api_cmd_post_orders.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/testing/testing_api_cmd_post_orders.c
b/src/testing/testing_api_cmd_post_orders.c
index b89e0e89..da4aa406 100644
--- a/src/testing/testing_api_cmd_post_orders.c
+++ b/src/testing/testing_api_cmd_post_orders.c
@@ -260,8 +260,10 @@ order_cb (void *cls,
ps->po = NULL;
if (ps->http_status != por->hr.http_status)
{
- TALER_TESTING_unexpected_status (ps->is,
- por->hr.http_status);
+ TALER_TESTING_unexpected_status_with_body (ps->is,
+ por->hr.http_status,
+ ps->http_status,
+ por->hr.reply);
}
switch (por->hr.http_status)
{
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -use unexpected status report with reply,
gnunet <=