From 1e6091d1dd8ac9886d44969d3756868a4a359780 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 27 Nov 2020 00:05:34 +0100 Subject: cmd to add/del wire methods from list of accounts --- src/include/taler_testing_lib.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 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 b89a775e6..051726445 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2057,11 +2057,15 @@ TALER_TESTING_cmd_auditor_del (const char *label, * * @param label command label. * @param payto_uri URI identifying the bank account + * @param expected_http_status expected HTTP status from exchange + * @param bad_sig should we use a bogus signature? * @return the command */ struct TALER_TESTING_Command TALER_TESTING_cmd_wire_add (const char *label, - const char *payto_uri); + const char *payto_uri, + unsigned int expected_http_status, + bool bad_sig); /** @@ -2070,11 +2074,15 @@ TALER_TESTING_cmd_wire_add (const char *label, * * @param label command label. * @param payto_uri URI identifying the bank account + * @param expected_http_status expected HTTP status from exchange + * @param bad_sig should we use a bogus signature? * @return the command */ struct TALER_TESTING_Command TALER_TESTING_cmd_wire_del (const char *label, - const char *payto_uri); + const char *payto_uri, + unsigned int expected_http_status, + bool bad_sig); /** -- cgit v1.2.3