Skip to content

Commit

Permalink
test: try 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Nov 27, 2023
1 parent 870b785 commit c589916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/podlet-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Server {
listen() {
return new Promise((resolve, reject) => {
this.app
.listen({ port: 0, host: '0.0.0.0' })
.listen({ port: 0, host: '127.0.0.1' })
.then(() => {
const address = this.app.server.address();
const url = `http://localhost:${address.port}`;
Expand Down

0 comments on commit c589916

Please sign in to comment.