From b2b1f88ab617ee9a01ac263b8b1c679f24277076 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 25 May 2021 20:10:46 +0200 Subject: add HTTP status argument to testin gCMD admin_add_incoming_with_ref for merchant tests --- src/include/taler_testing_lib.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 c0a76c44c..f15a5f766 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1147,6 +1147,7 @@ TALER_TESTING_cmd_admin_add_incoming ( * @param auth authentication data * @param ref reference to a command that can offer a reserve * private key or public key. + * @param http_status expected HTTP status * @return the command. */ struct TALER_TESTING_Command @@ -1155,7 +1156,8 @@ TALER_TESTING_cmd_admin_add_incoming_with_ref ( const char *amount, const struct TALER_BANK_AuthenticationData *auth, const char *payto_debit_account, - const char *ref); + const char *ref, + unsigned int http_status); /** -- cgit v1.2.3