aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-04-04 13:16:25 -0600
committerIván Ávalos <avalos@disroot.org>2024-05-15 09:41:30 -0600
commit0fedb95414a1296796e62b71a64fd6759f4aca6e (patch)
tree78fa78d5484fa2009543beb8cb172995c556410c /packages/taler-harness/src
parent87bcaa1200c47b349f8d597998ee92c426761b35 (diff)
downloadwallet-core-0fedb95414a1296796e62b71a64fd6759f4aca6e.tar.xz
harness: enable libeufin based on env variable
Diffstat (limited to 'packages/taler-harness/src')
-rw-r--r--packages/taler-harness/src/harness/helpers.ts2
-rw-r--r--packages/taler-harness/src/integrationtests/test-payment.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/src/harness/helpers.ts b/packages/taler-harness/src/harness/helpers.ts
index 2763ad0a5..f1cdda7dd 100644
--- a/packages/taler-harness/src/harness/helpers.ts
+++ b/packages/taler-harness/src/harness/helpers.ts
@@ -487,7 +487,7 @@ export async function createSimpleTestkudosEnvironmentV3(
password: exchangeBankPassword,
username: exchangeBankUsername,
is_taler_exchange: true,
- payto_uri: exchangePlainPayto,
+ payto_uri: exchangePaytoUri,
});
const ageMaskSpec = opts.ageMaskSpec;
diff --git a/packages/taler-harness/src/integrationtests/test-payment.ts b/packages/taler-harness/src/integrationtests/test-payment.ts
index 651d0edfa..d7852c213 100644
--- a/packages/taler-harness/src/integrationtests/test-payment.ts
+++ b/packages/taler-harness/src/integrationtests/test-payment.ts
@@ -35,7 +35,7 @@ export async function runPaymentTest(t: GlobalTestState) {
const { bankClient, walletClient, exchange, merchant } =
await createSimpleTestkudosEnvironmentV3(t, undefined, {
- withLibeufin: false,
+ withLibeufin: process.env["WITH_LIBEUFIN"] === "1",
});
// Withdraw digital cash into the wallet.