integration tests: fix type error
This commit is contained in:
parent
6d376f3dac
commit
2f9f72940f
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user