Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Aug 6, 2024
1 parent 226181d commit 7700702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/host.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const config = require("../fixtures/client-config/webpack.config");
const runBrowser = require("../helpers/run-browser");
const port = require("../ports-map").host;

const ipv4 = Server.internalIPSync("v4");
const ipv6 = Server.internalIPSync("v6");
const ipv4 = Server.findIp("v4", false);
const ipv6 = Server.findIp("v6", false);
// macos requires root for using ip v6
const isMacOS = process.platform === "darwin";

Expand Down

0 comments on commit 7700702

Please sign in to comment.