aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_api.c
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2024-04-26 11:48:02 +0200
committerChristian Blättler <blatc2@bfh.ch>2024-04-26 11:48:02 +0200
commit81bb90b4ed036f364fa141c975675912241a01cb (patch)
tree6bac99a27b496408f7d414321e718c5e12bf7ea7 /src/testing/test_merchant_api.c
parente491838fc6143011634a0148bf03a0b7a3bca5f5 (diff)
add pay command to tokens test case (which will currently fail)
Diffstat (limited to 'src/testing/test_merchant_api.c')
-rw-r--r--src/testing/test_merchant_api.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 3f9136bc..e71d0002 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -1702,7 +1702,14 @@ run (void *cls,
GNUNET_TIME_UNIT_ZERO_TS,
GNUNET_TIME_UNIT_FOREVER_TS,
"EUR:5.0"),
-
+ TALER_TESTING_cmd_merchant_pay_order ("pay-order-with-choices",
+ merchant_url,
+ MHD_HTTP_OK,
+ "create-order-with-choices",
+ "withdraw-coin-1",
+ "EUR:5",
+ "EUR:4.99",
+ NULL),
TALER_TESTING_cmd_end ()
};