summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_kyc_wallet_get.c
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-07-10 10:22:29 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-07-10 10:22:29 +0200
commit9d706a01a23e36e1c349d06e7a1be8bb44b7f0d5 (patch)
tree1ac7596f8921d476c5e0e9d7dfc64e28a6b64161 /src/testing/testing_api_cmd_kyc_wallet_get.c
parent7e9f5324b719338d790a5eb18c209469d33c708a (diff)
downloadexchange-9d706a01a23e36e1c349d06e7a1be8bb44b7f0d5.tar.gz
exchange-9d706a01a23e36e1c349d06e7a1be8bb44b7f0d5.tar.bz2
exchange-9d706a01a23e36e1c349d06e7a1be8bb44b7f0d5.zip
added expected HTTP-code to logger
Diffstat (limited to 'src/testing/testing_api_cmd_kyc_wallet_get.c')
-rw-r--r--src/testing/testing_api_cmd_kyc_wallet_get.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_kyc_wallet_get.c b/src/testing/testing_api_cmd_kyc_wallet_get.c
index fa6edab20..ffb143ffb 100644
--- a/src/testing/testing_api_cmd_kyc_wallet_get.c
+++ b/src/testing/testing_api_cmd_kyc_wallet_get.c
@@ -109,7 +109,8 @@ wallet_kyc_cb (void *cls,
if (kwg->expected_response_code != wkr->http_status)
{
TALER_TESTING_unexpected_status (is,
- wkr->http_status);
+ wkr->http_status,
+ kwg->expected_response_code);
return;
}
switch (wkr->http_status)