aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-payment-fault.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-09-24 21:03:22 +0200
committerFlorian Dold <florian@dold.me>2023-09-24 21:03:22 +0200
commit7b93938e710c8673ae9a0381b8867705ae872d6f (patch)
tree8aca0b1e5208497dc20e73355a192e9ad22b0baf /packages/taler-harness/src/integrationtests/test-payment-fault.ts
parentbdd906c88707b2ec8d6d1d4afbd0bba8e3a9a3cd (diff)
downloadwallet-core-7b93938e710c8673ae9a0381b8867705ae872d6f.tar.xz
harness: add libeufin-bank integration testv0.9.3-dev.23
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-payment-fault.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-payment-fault.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-payment-fault.ts b/packages/taler-harness/src/integrationtests/test-payment-fault.ts
index 8076e2fb4..63244a4e3 100644
--- a/packages/taler-harness/src/integrationtests/test-payment-fault.ts
+++ b/packages/taler-harness/src/integrationtests/test-payment-fault.ts
@@ -39,7 +39,7 @@ import {
GlobalTestState,
MerchantService,
WalletCli,
- getPayto,
+ generateRandomPayto,
setupDb,
} from "../harness/harness.js";
@@ -116,7 +116,7 @@ export async function runPaymentFaultTest(t: GlobalTestState) {
await merchant.addInstanceWithWireAccount({
id: "default",
name: "Default Instance",
- paytoUris: [getPayto("merchant-default")],
+ paytoUris: [generateRandomPayto("merchant-default")],
});
const merchantClient = new MerchantApiClient(merchant.makeInstanceBaseUrl());