integration tests: fix type error

This commit is contained in:
Florian Dold 2022-10-25 01:46:00 +02:00 committed by Sebastian
parent 6d376f3dac
commit 2f9f72940f
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

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