Skip to content

Commit 5cdf6f8

Browse files
committed
use fixed port?
1 parent 5c0a79d commit 5cdf6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def server_mount_point():
6767
6868
The ``mount`` and ``server`` fixtures use this.
6969
"""
70-
with ServerMountPoint(server_config={"cors": True}) as mount_point:
70+
with ServerMountPoint(server_config={"cors": True}, port=5000) as mount_point:
7171
yield mount_point
7272

7373

0 commit comments

Comments
 (0)