Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit bdeccbc

Browse files
committed
test(e2e): Request to 127.0.0.1 instead of localhost for Node 17 support
1 parent 41809da commit bdeccbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/main/v2/support/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const wait = (time = 1000) => {
8181
};
8282

8383
const waitForServer = (port) => {
84-
return waitOn({ resources: [`tcp:localhost:${port || SERVER_PORT}`] });
84+
return waitOn({ resources: [`tcp:127.0.0.1:${port || SERVER_PORT}`] });
8585
};
8686

8787
const waitForServerUrl = (url) => {

0 commit comments

Comments
 (0)