mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 19:42:58 +00:00
Make free_host_port a fixture (#2267)
* Make free_host_port a fixture * Remove redundant comment
This commit is contained in:
@@ -7,7 +7,7 @@ from tests.utils.tracked_container import TrackedContainer
|
||||
|
||||
|
||||
def test_pluto_proxy(
|
||||
container: TrackedContainer, http_client: requests.Session
|
||||
container: TrackedContainer, http_client: requests.Session, free_host_port: int
|
||||
) -> None:
|
||||
"""Pluto proxy starts Pluto correctly"""
|
||||
check_pluto_proxy(container, http_client)
|
||||
check_pluto_proxy(container, http_client, free_host_port)
|
||||
|
Reference in New Issue
Block a user