Skip to content

Commit

Permalink
Auto-select available port for localhost (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
piri-p authored May 8, 2024
1 parent 5ccbc47 commit df5afdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def httpd():
routes.extend(default_routes.routes)
httpd = server.WebTestHttpd(
host="127.0.0.1",
port=8080,
port=0,
doc_root=os.path.join(HERE, 'data'),
routes=routes,
)
Expand Down

0 comments on commit df5afdb

Please sign in to comment.