diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-05-25 20:10:46 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-05-25 20:10:46 +0200 |
commit | b2b1f88ab617ee9a01ac263b8b1c679f24277076 (patch) | |
tree | 7a09ee976f7b0e33cf23139be5a7377c8085b7f5 /src/include | |
parent | dd323a5d9cff357a4e12777250b9cf77c5de0721 (diff) |
add HTTP status argument to testin gCMD admin_add_incoming_with_ref for merchant tests
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_lib.h | 4 |
1 files changed, 3 insertions, 1 deletions
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); /** |