From 59b6615093de90812b3127f9b7a4214b411a3044 Mon Sep 17 00:00:00 2001 From: ms Date: Thu, 29 Jul 2021 17:12:46 +0200 Subject: Adapt tests to new API. Putting public_reorder_url beside any mention of fulfillment_url, since tests used the latter in the sense of the former. --- packages/taler-wallet-cli/src/integrationtests/test-paywall-flow.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-wallet-cli/src/integrationtests/test-paywall-flow.ts') diff --git a/packages/taler-wallet-cli/src/integrationtests/test-paywall-flow.ts b/packages/taler-wallet-cli/src/integrationtests/test-paywall-flow.ts index 77e322622..9312fb9a6 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-paywall-flow.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-paywall-flow.ts @@ -58,6 +58,7 @@ export async function runPaywallFlowTest(t: GlobalTestState) { summary: "Buy me!", amount: "TESTKUDOS:5", fulfillment_url: "https://example.com/article42", + public_reorder_url: "https://example.com/article42-share", }, }); @@ -177,6 +178,7 @@ export async function runPaywallFlowTest(t: GlobalTestState) { amount: "TESTKUDOS:5", // Same fulfillment URL as previously! fulfillment_url: "https://example.com/article42", + public_reorder_url: "https://example.com/article42-share", }, }); -- cgit v1.2.3