summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-12-30 08:50:16 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-12-30 08:50:16 -0500
commit73fdf47728e26d8625a85441b8523bca0176868f (patch)
treed557bd0c220db03fb9a4af67c36d22803eff0f5b /src/testing
parent2c19f6a6fb180f059fcaeb193dd387c4d6af21b1 (diff)
downloadmerchant-73fdf47728e26d8625a85441b8523bca0176868f.tar.gz
merchant-73fdf47728e26d8625a85441b8523bca0176868f.tar.bz2
merchant-73fdf47728e26d8625a85441b8523bca0176868f.zip
testing using templates
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_merchant_api.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index a53ec442..591a2c8f 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -1370,35 +1370,35 @@ run (void *cls,
MHD_HTTP_NO_CONTENT),
TALER_TESTING_cmd_merchant_post_using_templates (
"using-templates-t1",
- "post-templates-t1",
+ "template-1",
merchant_url,
"summary-1",
"EUR:10",
MHD_HTTP_OK),
TALER_TESTING_cmd_merchant_post_using_templates (
"using-templates-t1-amount-missing",
- "post-templates-t1",
+ "template-1",
merchant_url,
"summary-1",
NULL,
MHD_HTTP_CONFLICT),
TALER_TESTING_cmd_merchant_post_using_templates (
"using-templates-t1-summary-missing",
- "post-templates-t1",
+ "template-1",
merchant_url,
NULL,
"EUR:10",
MHD_HTTP_CONFLICT),
TALER_TESTING_cmd_merchant_post_using_templates (
"using-templates-t1-amount-conflict",
- "post-templates-t3-amount",
+ "template-amount",
merchant_url,
"summary-1",
"EUR:10",
MHD_HTTP_CONFLICT),
TALER_TESTING_cmd_merchant_post_using_templates (
"using-templates-t1-amount-duplicate",
- "post-templates-t3-amount",
+ "template-amount",
merchant_url,
"summary-1",
"EUR:4",