From 9d706a01a23e36e1c349d06e7a1be8bb44b7f0d5 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Mon, 10 Jul 2023 10:22:29 +0200 Subject: added expected HTTP-code to logger --- src/testing/testing_api_cmd_auditor_add_denom_sig.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/testing/testing_api_cmd_auditor_add_denom_sig.c') diff --git a/src/testing/testing_api_cmd_auditor_add_denom_sig.c b/src/testing/testing_api_cmd_auditor_add_denom_sig.c index 2df15fde8..6b7776896 100644 --- a/src/testing/testing_api_cmd_auditor_add_denom_sig.c +++ b/src/testing/testing_api_cmd_auditor_add_denom_sig.c @@ -81,7 +81,8 @@ denom_sig_add_cb ( if (ds->expected_response_code != hr->http_status) { TALER_TESTING_unexpected_status (ds->is, - hr->http_status); + hr->http_status, + ds->expected_response_code); return; } TALER_TESTING_interpreter_next (ds->is); -- cgit v1.2.3