commit 19794a97ebd1ad3f1ee04c9b8878c807cdfa079e
parent 56f7d06f4f8c64c420ea8173fb31f02062920e13
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Mon, 10 Jul 2023 10:50:52 +0200
-use unexpected status report with reply
Diffstat:
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
@@ -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)
{