From afe3f70d336e151598e02ebedb6498e13122530e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 14 Feb 2023 14:26:00 +0100 Subject: begin API change to allow AML officers to trigger KYC process --- src/testing/test_kyc_api.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/testing/test_kyc_api.c') diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c index feeed3c78..12f695690 100644 --- a/src/testing/test_kyc_api.c +++ b/src/testing/test_kyc_api.c @@ -448,6 +448,7 @@ run (void *cls, "EUR:10000", "party time", TALER_AML_NORMAL, + NULL, MHD_HTTP_FORBIDDEN), /* Check that no decision was taken, but that we are allowed to read this information */ @@ -468,6 +469,7 @@ run (void *cls, "EUR:10000", "party time", TALER_AML_NORMAL, + NULL, MHD_HTTP_NO_CONTENT), TALER_TESTING_cmd_check_aml_decisions ("check-decisions-one-normal", "create-aml-officer-1", @@ -489,6 +491,7 @@ run (void *cls, "EUR:1000", "party over", TALER_AML_FROZEN, + NULL, MHD_HTTP_NO_CONTENT), TALER_TESTING_cmd_check_aml_decisions ("check-decisions-one-frozen", "create-aml-officer-1", -- cgit v1.2.3