From 1623cb3656c6ffb8b4def8e038fc456fdfe21a96 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 27 May 2024 11:39:39 +0200 Subject: -fix test --- packages/taler-harness/src/integrationtests/test-payment-template.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/taler-harness/src/integrationtests/test-payment-template.ts') 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", + }, }, ); -- cgit v1.2.3