mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-03-13 09:26:33 -04:00
fix selects arbitrators test by reverting to localhost (#362)
This commit is contained in:
parent
13a675e0fa
commit
24050df072
@ -2257,8 +2257,8 @@ test("Selects arbitrators which are online, registered, and least used (Test)",
|
||||
await wait(TestConfig.trade.walletSyncPeriodMs * 2);
|
||||
|
||||
// get internal api addresses
|
||||
const arbitrator1ApiUrl = "127.0.0.1:" + TestConfig.ports.get(getPort(arbitrator.getUrl()))![1]; // TODO: havenod.getApiUrl()?
|
||||
const arbitrator2ApiUrl = "127.0.0.1:" + TestConfig.ports.get(getPort(arbitrator2.getUrl()))![1];
|
||||
const arbitrator1ApiUrl = "localhost:" + TestConfig.ports.get(getPort(arbitrator.getUrl()))![1]; // TODO: havenod.getApiUrl()?
|
||||
const arbitrator2ApiUrl = "localhost:" + TestConfig.ports.get(getPort(arbitrator2.getUrl()))![1];
|
||||
|
||||
let err = undefined;
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user