aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-payment-template.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-payment-template.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-payment-template.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-payment-template.ts b/packages/taler-harness/src/integrationtests/test-payment-template.ts
index fc4cd1198..af92d43c5 100644
--- a/packages/taler-harness/src/integrationtests/test-payment-template.ts
+++ b/packages/taler-harness/src/integrationtests/test-payment-template.ts
@@ -93,7 +93,9 @@ export async function runPaymentTemplateTest(t: GlobalTestState) {
WalletApiOperation.PreparePayForTemplate,
{
talerPayTemplateUri,
- templateParams: {},
+ templateParams: {
+ amount: "TESTKUDOS:1",
+ },
},
);