integration tests: fix type error

This commit is contained in:
Florian Dold 2022-10-25 01:46:00 +02:00
parent 172425e0cf
commit 587674dd10
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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");