aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-wallet-notifications.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-10-06 14:42:32 +0200
committerFlorian Dold <florian@dold.me>2023-10-06 14:42:32 +0200
commit97d7be7503168f4f3bbd05905d32aa76ca1636b2 (patch)
treece4e794716b8635f3d871e9e09fb71737d8def96 /packages/taler-harness/src/integrationtests/test-wallet-notifications.ts
parent851b2da39c3297ede3d267f3d2534cac213261c1 (diff)
downloadwallet-core-97d7be7503168f4f3bbd05905d32aa76ca1636b2.tar.xz
rename to corebank API
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-wallet-notifications.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-wallet-notifications.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-wallet-notifications.ts b/packages/taler-harness/src/integrationtests/test-wallet-notifications.ts
index 0b5bc45ef..c87a9a264 100644
--- a/packages/taler-harness/src/integrationtests/test-wallet-notifications.ts
+++ b/packages/taler-harness/src/integrationtests/test-wallet-notifications.ts
@@ -122,7 +122,7 @@ export async function runWalletNotificationsTest(t: GlobalTestState) {
});
const bankAccessApiClient = new TalerCorebankApiClient(
- bank.bankAccessApiBaseUrl,
+ bank.corebankApiBaseUrl,
);
const user = await bankAccessApiClient.createRandomBankUser();
bankAccessApiClient.setAuth(user);