Skip to content

Commit

Permalink
localhost it is
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed May 3, 2023
1 parent 0038dd6 commit ea8facc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/ssr-api-route.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('API routes in SSR', () => {
it('Can set multiple headers of the same type', async () => {
const response = await new Promise(resolve => {
let { port } = devServer.address;
let host = '0.0.0.0';
let host = 'localhost';
let socket = new net.Socket();
socket.connect(port, host);
socket.on('connect', () => {
Expand Down

0 comments on commit ea8facc

Please sign in to comment.