mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-25 15:55:40 -04:00
update test to expect connection to be known
This commit is contained in:
parent
0266147d74
commit
0c8437413d
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ test("Can manage Monero daemon connections (CI)", async () => {
|
|||
connection = await user3.getMoneroConnection();
|
||||
testConnection(connection!, TestConfig.monerod2.url, OnlineStatus.ONLINE, AuthenticationStatus.AUTHENTICATED, 1);
|
||||
connections = await user3.getMoneroConnections();
|
||||
testConnection(getConnection(connections, monerodUrl1)!, monerodUrl1, OnlineStatus.UNKNOWN, AuthenticationStatus.NO_AUTHENTICATION, 1);
|
||||
testConnection(getConnection(connections, monerodUrl1)!, monerodUrl1, OnlineStatus.ONLINE, AuthenticationStatus.AUTHENTICATED, 1);
|
||||
|
||||
// enable auto switch
|
||||
await user3.setAutoSwitch(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue