aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_api.c
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2023-02-06 08:59:50 -0500
committerpriscilla <priscilla.huang@efrei.net>2023-02-06 08:59:50 -0500
commit632d3a3269e8fde53d6ad3824ba7c1f3cac49a7f (patch)
treec4ec1847702e279cc3697e6459f5c894ed175ea5 /src/testing/test_merchant_api.c
parent17ce196e1259bdc2a0899e67e15cde204a2164ee (diff)
pending webhook test ok
Diffstat (limited to 'src/testing/test_merchant_api.c')
-rw-r--r--src/testing/test_merchant_api.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 03e03b1a..bf4c13cb 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -687,10 +687,10 @@ run (void *cls,
GNUNET_TIME_UNIT_ZERO_TS,
GNUNET_TIME_UNIT_FOREVER_TS,
"EUR:5.0"),
- /*TALER_TESTING_cmd_merchant_delete_webhook ("post-webhooks-pay-w1",
+ TALER_TESTING_cmd_merchant_delete_webhook ("post-webhooks-pay-w1",
merchant_url,
"webhook-pay-1",
- MHD_HTTP_NO_CONTENT),*/
+ MHD_HTTP_NO_CONTENT),
TALER_TESTING_cmd_check_bank_empty ("check_bank_empty-2"),
TALER_TESTING_cmd_end ()
};
@@ -1458,7 +1458,7 @@ run (void *cls,
MHD_HTTP_NOT_FOUND),
TALER_TESTING_cmd_end ()
};
- /*
+
struct TALER_TESTING_Command webhooks[] = {
TALER_TESTING_cmd_merchant_get_webhooks ("get-webhooks-empty",
merchant_url,
@@ -1532,7 +1532,7 @@ run (void *cls,
MHD_HTTP_NO_CONTENT),
TALER_TESTING_cmd_end ()
};
- */
+
struct TALER_TESTING_Command commands[] = {
/* general setup */
@@ -1886,8 +1886,8 @@ run (void *cls,
auth),
TALER_TESTING_cmd_batch ("templates",
templates),
- /* TALER_TESTING_cmd_batch ("webhooks",
- webhooks),*/
+ TALER_TESTING_cmd_batch ("webhooks",
+ webhooks),
/**
* End the suite.
*/