commit 0fedb95414a1296796e62b71a64fd6759f4aca6e
parent 87bcaa1200c47b349f8d597998ee92c426761b35
Author: Iván Ávalos <avalos@disroot.org>
Date: Thu, 4 Apr 2024 13:16:25 -0600
harness: enable libeufin based on env variable
Diffstat:
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
@@ -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
@@ -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.