We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0a79d commit 5cdf6f8Copy full SHA for 5cdf6f8
tests/conftest.py
@@ -67,7 +67,7 @@ def server_mount_point():
67
68
The ``mount`` and ``server`` fixtures use this.
69
"""
70
- with ServerMountPoint(server_config={"cors": True}) as mount_point:
+ with ServerMountPoint(server_config={"cors": True}, port=5000) as mount_point:
71
yield mount_point
72
73
0 commit comments