gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: integration tests: fix type e


From: gnunet
Subject: [taler-wallet-core] branch master updated: integration tests: fix type error
Date: Tue, 25 Oct 2022 01:46:03 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 587674dd1 integration tests: fix type error
587674dd1 is described below

commit 587674dd10bd714b68ff5a6e836eb21113c0337a
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Oct 25 01:46:00 2022 +0200

    integration tests: fix type error
---
 .../taler-wallet-cli/src/integrationtests/test-exchange-management.ts | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/packages/taler-wallet-cli/src/integrationtests/test-exchange-management.ts 
b/packages/taler-wallet-cli/src/integrationtests/test-exchange-management.ts
index 410ace67f..a3c076515 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-exchange-management.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-exchange-management.ts
@@ -142,9 +142,7 @@ export async function runExchangeManagementTest(
   );
   t.assertTrue(exchangesList.exchanges.length === 1);
 
-  await wallet.client.call(WalletApiOperation.ListExchanges, {
-    exchangeBaseUrl: faultyExchange.baseUrl,
-  });
+  await wallet.client.call(WalletApiOperation.ListExchanges, {});
 
   console.log("listing exchanges");
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]