mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-11 23:39:49 -05:00
disable auto switch for monero connection test
This commit is contained in:
parent
e09bec154b
commit
ba110f2fe3
@ -732,6 +732,10 @@ test("Can manage Monero daemon connections (CI)", async () => {
|
||||
// start user3
|
||||
user3 = await initHaveno();
|
||||
|
||||
// disable auto switch for tests
|
||||
assert.equal(true, await user3.getAutoSwitch());
|
||||
await user3.setAutoSwitch(false);
|
||||
|
||||
// test default connections
|
||||
const monerodUrl1 = "http://127.0.0.1:" + getNetworkStartPort() + "8081"; // TODO: (woodser): move to config
|
||||
let connections: UrlConnection[] = await user3.getMoneroConnections();
|
||||
|
Loading…
Reference in New Issue
Block a user