From 4cde9e39778684d9124d325c60014e8670aa31e2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 7 Nov 2021 17:42:36 +0100 Subject: add kyc-wallet test command --- src/include/taler_testing_lib.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/include/taler_testing_lib.h') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 65f4e40a..9eccae00 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2197,6 +2197,20 @@ TALER_TESTING_cmd_auditor_add_denom_sig (const char *label, bool bad_sig); +/** + * Create a request for a wallet's KYC UUID. + * + * @param label command label. + * @param reserve_reference command with reserve private key to use (or NULL to create a fresh reserve key). + * @param expected_response_code expected HTTP status + * @return the command + */ +struct TALER_TESTING_Command +TALER_TESTING_cmd_wallet_kyc_get (const char *label, + const char *reserve_reference, + unsigned int expected_response_code); + + /* *** Generic trait logic for implementing traits ********* */ -- cgit v1.2.3