mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-24 15:25:31 -04:00
fix selects arbitrators test by reverting to localhost (#362)
This commit is contained in:
parent
13a675e0fa
commit
24050df072
1 changed files with 2 additions and 2 deletions
|
@ -2257,8 +2257,8 @@ test("Selects arbitrators which are online, registered, and least used (Test)",
|
||||||
await wait(TestConfig.trade.walletSyncPeriodMs * 2);
|
await wait(TestConfig.trade.walletSyncPeriodMs * 2);
|
||||||
|
|
||||||
// get internal api addresses
|
// get internal api addresses
|
||||||
const arbitrator1ApiUrl = "127.0.0.1:" + TestConfig.ports.get(getPort(arbitrator.getUrl()))![1]; // TODO: havenod.getApiUrl()?
|
const arbitrator1ApiUrl = "localhost:" + TestConfig.ports.get(getPort(arbitrator.getUrl()))![1]; // TODO: havenod.getApiUrl()?
|
||||||
const arbitrator2ApiUrl = "127.0.0.1:" + TestConfig.ports.get(getPort(arbitrator2.getUrl()))![1];
|
const arbitrator2ApiUrl = "localhost:" + TestConfig.ports.get(getPort(arbitrator2.getUrl()))![1];
|
||||||
|
|
||||||
let err = undefined;
|
let err = undefined;
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue