[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: Adapt tests to new API.
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: Adapt tests to new API. |
Date: |
Thu, 29 Jul 2021 17:14:15 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new 59b66150 Adapt tests to new API.
59b66150 is described below
commit 59b6615093de90812b3127f9b7a4214b411a3044
Author: ms <ms@taler.net>
AuthorDate: Thu Jul 29 17:12:46 2021 +0200
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-pay-paid.ts | 2 ++
.../taler-wallet-cli/src/integrationtests/test-payment-transient.ts | 1 +
packages/taler-wallet-cli/src/integrationtests/test-paywall-flow.ts | 2 ++
3 files changed, 5 insertions(+)
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-pay-paid.ts
b/packages/taler-wallet-cli/src/integrationtests/test-pay-paid.ts
index 1fb0b3c9..bf8ed7a3 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-pay-paid.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-pay-paid.ts
@@ -75,6 +75,7 @@ export async function runPayPaidTest(t: GlobalTestState) {
summary: "Buy me!",
amount: "TESTKUDOS:5",
fulfillment_url: "https://example.com/article42",
+ public_reorder_url: "https://example.com/article42-share",
},
});
@@ -189,6 +190,7 @@ export async function runPayPaidTest(t: GlobalTestState) {
summary: "Buy me!",
amount: "TESTKUDOS:5",
fulfillment_url: "https://example.com/article42",
+ public_reorder_url: "https://example.com/article42-share",
},
});
diff --git
a/packages/taler-wallet-cli/src/integrationtests/test-payment-transient.ts
b/packages/taler-wallet-cli/src/integrationtests/test-payment-transient.ts
index ce0502b2..bbe4325d 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-payment-transient.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-payment-transient.ts
@@ -62,6 +62,7 @@ export async function runPaymentTransientTest(t:
GlobalTestState) {
summary: "Buy me!",
amount: "TESTKUDOS:5",
fulfillment_url: "https://example.com/article42",
+ public_reorder_url: "https://example.com/article42-share",
},
});
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 77e32262..9312fb9a 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",
},
});
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: Adapt tests to new API.,
gnunet <=