We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cac83b commit 0801147Copy full SHA for 0801147
idom/testing.py
@@ -74,7 +74,7 @@ def create_mount_and_server(
74
)
75
),
76
host,
77
- port or find_available_port(),
+ port or find_available_port(host),
78
server_config,
79
run_kwargs,
80
app,
0 commit comments