From 9d6613619e052aba429e042a25744f1160950d15 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 2 Feb 2023 20:37:15 +0100 Subject: harness,wallet-cli: allow in-memory DB --- .../taler-harness/src/integrationtests/test-wallet-notifications.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/taler-harness/src/integrationtests') diff --git a/packages/taler-harness/src/integrationtests/test-wallet-notifications.ts b/packages/taler-harness/src/integrationtests/test-wallet-notifications.ts index 23c71ea2f..9f591b9d0 100644 --- a/packages/taler-harness/src/integrationtests/test-wallet-notifications.ts +++ b/packages/taler-harness/src/integrationtests/test-wallet-notifications.ts @@ -107,7 +107,10 @@ export async function runWalletNotificationsTest(t: GlobalTestState) { console.log("setup done!"); - const walletService = new WalletService(t, "wallet"); + const walletService = new WalletService(t, { + name: "wallet", + useInMemoryDb: true, + }); await walletService.start(); await walletService.pingUntilAvailable(); -- cgit v1.2.3