diff options
author | priscilla <priscilla.huang@efrei.net> | 2023-02-15 09:54:34 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2023-02-15 09:54:34 -0500 |
commit | 1954f2dee9545c89012dc3215769f044f323dc92 (patch) | |
tree | 2e4a7bc1c6184dbd5dfad3f5c12b27403160f57a /src/include | |
parent | 88fa748e8e98829df922e58ffee6c210a598cd7a (diff) |
check the pending webhook with web server, test of web server is ok
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_testing_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h index 771def10..e0ffcccf 100644 --- a/src/include/taler_merchant_testing_lib.h +++ b/src/include/taler_merchant_testing_lib.h @@ -1873,7 +1873,7 @@ TALER_TESTING_cmd_checkserver (const char *label, op (urls, char *) \ op (http_methods, char *) \ op (http_header, char *) \ - op (http_body, void *) \ + op (http_body, char *) \ op (planchet_secrets, const struct TALER_PlanchetMasterSecretP) |