summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_api.c
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-22 16:34:21 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-22 16:34:21 -0400
commitcac09657404fa6075fad0e09b6a855b4110f792d (patch)
tree8a62808678143e4aa0fee6ef858364a6a0a67aaf /src/testing/test_merchant_api.c
parentd83304e2a3af18480e3c83077c54a1b532904d2b (diff)
downloadmerchant-cac09657404fa6075fad0e09b6a855b4110f792d.tar.gz
merchant-cac09657404fa6075fad0e09b6a855b4110f792d.tar.bz2
merchant-cac09657404fa6075fad0e09b6a855b4110f792d.zip
more checks for GET /private/products/
Diffstat (limited to 'src/testing/test_merchant_api.c')
-rw-r--r--src/testing/test_merchant_api.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 9362be38..224a8076 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -1066,6 +1066,11 @@ run (void *cls,
GNUNET_TIME_relative_to_absolute (
GNUNET_TIME_UNIT_MINUTES),
MHD_HTTP_NO_CONTENT),
+ TALER_TESTING_cmd_merchant_get_product ("get-product-p2",
+ merchant_url,
+ "product-2",
+ MHD_HTTP_OK,
+ "patch-products-p2"),
TALER_TESTING_cmd_merchant_patch_product ("patch-products-p3-nx",
merchant_url,
"product-3",
@@ -1111,10 +1116,10 @@ run (void *cls,
10),
TALER_TESTING_cmd_batch ("refund",
refund),
-#endif
+// #endif
TALER_TESTING_cmd_batch ("tip",
tip),
-#if 0
+// #if 0
TALER_TESTING_cmd_batch ("pay-again",
pay_again),
TALER_TESTING_cmd_batch ("pay-abort",