Skip to content

Commit

Permalink
change host
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed May 1, 2024
1 parent 3d61c7c commit 79309cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ describe('run action', () => {
reject(new Error('Timeout while starting mock HTTP server'));
}, 1000);

server.listen(0, '127.0.0.1', () => {
server.listen(0, 'localhost', () => {
clearTimeout(handle);

let port = 'INVALID';
Expand Down

0 comments on commit 79309cc

Please sign in to comment.