From d5619de525930cf76e5ff6bce3418e5b478dbe9f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 16 Jan 2023 11:25:18 +0100 Subject: fix test_kyc_api: adapt test logic to improved OAuth2.0 kyc API: --- src/include/taler_testing_lib.h | 2 -- 1 file changed, 2 deletions(-) (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 0418ab17..846be418 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2535,7 +2535,6 @@ TALER_TESTING_cmd_check_kyc_get (const char *label, * @param logic_section name of the KYC provider section * in the exchange configuration for this proof * @param code OAuth 2.0 code to use - * @param state OAuth 2.0 state to use * @param expected_response_code expected HTTP status * @return the command */ @@ -2545,7 +2544,6 @@ TALER_TESTING_cmd_proof_kyc_oauth2 ( const char *payment_target_reference, const char *logic_section, const char *code, - const char *state, unsigned int expected_response_code); -- cgit v1.2.3