aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/test-payment-on-demo.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-08-23 22:30:05 +0200
committerFlorian Dold <florian@dold.me>2022-08-23 22:30:05 +0200
commitbc434ebb83a5985a3aa33b94310eb23d694214da (patch)
tree9922aaf05e5f3615c995b2203aa4da27c01a6b35 /packages/taler-wallet-cli/src/integrationtests/test-payment-on-demo.ts
parentf3ff5a72257dda27cab555f8b8d921d45bfc3e4b (diff)
downloadwallet-core-bc434ebb83a5985a3aa33b94310eb23d694214da.tar.xz
use fakebank for integration tests
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/test-payment-on-demo.ts')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/test-payment-on-demo.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-payment-on-demo.ts b/packages/taler-wallet-cli/src/integrationtests/test-payment-on-demo.ts
index 50a18944b..737620ce7 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-payment-on-demo.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-payment-on-demo.ts
@@ -34,6 +34,7 @@ export async function runPaymentDemoTest(t: GlobalTestState) {
// Withdraw digital cash into the wallet.
let bankInterface: BankServiceHandle = {
baseUrl: "https://bank.demo.taler.net/",
+ bankAccessApiBaseUrl: "https://bank.demo.taler.net/",
http: new NodeHttpLib(),
};
let user = await BankApi.createRandomBankUser(bankInterface);