Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5cdf6f8

Browse files
committedJan 30, 2021
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.