aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-wallettesting.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-wallettesting.ts
parentbdd906c88707b2ec8d6d1d4afbd0bba8e3a9a3cd (diff)
harness: add libeufin-bank integration test
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-wallettesting.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-wallettesting.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-wallettesting.ts b/packages/taler-harness/src/integrationtests/test-wallettesting.ts
index 4fa870f1c..6d58ae1f2 100644
--- a/packages/taler-harness/src/integrationtests/test-wallettesting.ts
+++ b/packages/taler-harness/src/integrationtests/test-wallettesting.ts
@@ -32,7 +32,7 @@ import {
MerchantService,
setupDb,
WalletCli,
- getPayto,
+ generateRandomPayto,
} from "../harness/harness.js";
import { SimpleTestEnvironment } from "../harness/helpers.js";
@@ -94,7 +94,7 @@ export async function createMyEnvironment(
await merchant.addInstanceWithWireAccount({
id: "default",
name: "Default Instance",
- paytoUris: [getPayto("merchant-default")],
+ paytoUris: [generateRandomPayto("merchant-default")],
});
console.log("setup done!");