Skip to content

Commit

Permalink
Auto-select available port for localhost (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
piri-p committed May 7, 2024
1 parent ac6f227 commit 2c87498
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 2c87498

Please sign in to comment.