Skip to content

Commit 0801147

Browse files
authored
Fix missing find_available_port arg
1 parent 4cac83b commit 0801147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idom/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def create_mount_and_server(
7474
)
7575
),
7676
host,
77-
port or find_available_port(),
77+
port or find_available_port(host),
7878
server_config,
7979
run_kwargs,
8080
app,

0 commit comments

Comments
 (0)