summaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-payment.ts
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/integrationtests/test-payment.ts
parent87bcaa1200c47b349f8d597998ee92c426761b35 (diff)
downloadwallet-core-0fedb95414a1296796e62b71a64fd6759f4aca6e.tar.gz
wallet-core-0fedb95414a1296796e62b71a64fd6759f4aca6e.tar.bz2
wallet-core-0fedb95414a1296796e62b71a64fd6759f4aca6e.zip
harness: enable libeufin based on env variable
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-payment.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-payment.ts2
1 files changed, 1 insertions, 1 deletions
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.