Skip to content

Commit

Permalink
Fix net serve test port being taken
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed May 10, 2024
1 parent a84994b commit 8f5b5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/net/serve/requests.luau
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local process = require("@lune/process")
local stdio = require("@lune/stdio")
local task = require("@lune/task")

local PORT = 8080
local PORT = 8082
local URL = `http://127.0.0.1:{PORT}`
local URL_EXTERNAL = `http://0.0.0.0`
local RESPONSE = "Hello, lune!"
Expand Down

0 comments on commit 8f5b5ee

Please sign in to comment.