From 557213f9c4fd834fadb189799073dc64cdb00a07 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 30 Aug 2023 09:54:47 +0200 Subject: wallet-core,harness: get p2p tests to pass again --- packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts') diff --git a/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts b/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts index 4817b572a..26f70a5cc 100644 --- a/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts +++ b/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts @@ -89,6 +89,8 @@ export async function runPeerToPeerPushTest(t: GlobalTestState) { console.log(resp); } + await w1.walletClient.call(WalletApiOperation.TestingWaitRefreshesFinal, {}); + const resp = await w1.walletClient.call( WalletApiOperation.InitiatePeerPushDebit, { -- cgit v1.2.3