Skip to content

Commit

Permalink
test: change port to random (#3740)
Browse files Browse the repository at this point in the history
* test: change port to random

* test: change port to random

* Update test/als.test.js

Co-authored-by: James Sumners <james@sumners.email>

Co-authored-by: James Sumners <james@sumners.email>
  • Loading branch information
xtx1130 and jsumners committed Mar 4, 2022
1 parent 0e981d1 commit 3d67e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/als.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ app.post('/', function (request, reply) {
reply.send({ id })
})

app.listen(3000, function (err, address) {
app.listen({ port: 0 }, function (err, address) {
t.error(err)

sget({
Expand Down

0 comments on commit 3d67e88

Please sign in to comment.