aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-05-27 11:39:39 +0200
committerFlorian Dold <florian@dold.me>2024-05-27 11:39:39 +0200
commit1623cb3656c6ffb8b4def8e038fc456fdfe21a96 (patch)
tree3e00b588ecf00579428f325ba5ea9c4628d9d6ad
parent9fe8bfbc9f0fa8d5d21e62928175a74e4e50213d (diff)
downloadwallet-core-1623cb3656c6ffb8b4def8e038fc456fdfe21a96.tar.xz
-fix test
-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",
+ },
},
);