aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_kyc_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-18 14:35:36 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-18 14:35:36 +0100
commit4ef317d781d4680b9027b574ab4aa7c8457f6bca (patch)
tree76dd3870f4f527c270fe7d6713ec938bab86a311 /src/testing/test_kyc_api.c
parentc0856dbec1083de974a4b9aa5f85cfeccb2ca7a6 (diff)
downloadexchange-4ef317d781d4680b9027b574ab4aa7c8457f6bca.tar.xz
fix KYC test: after KYC failure, give exchange chance to start 2nd KYC process; also fixes more HTML response issues
Diffstat (limited to 'src/testing/test_kyc_api.c')
-rw-r--r--src/testing/test_kyc_api.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c
index f7cf1ce97..0844c5818 100644
--- a/src/testing/test_kyc_api.c
+++ b/src/testing/test_kyc_api.c
@@ -184,7 +184,10 @@ run (void *cls,
"kyc-provider-test-oauth2",
"bad",
MHD_HTTP_FORBIDDEN),
- TALER_TESTING_cmd_proof_kyc_oauth2 ("proof-kyc-fail",
+ TALER_TESTING_cmd_check_kyc_get ("check-kyc-deposit-again",
+ "track-deposit-kyc-ready",
+ MHD_HTTP_ACCEPTED),
+ TALER_TESTING_cmd_proof_kyc_oauth2 ("proof-kyc-pass",
"track-deposit-kyc-ready",
"kyc-provider-test-oauth2",
"pass",