Make free_host_port a fixture (#2267)

* Make free_host_port a fixture

* Remove redundant comment
This commit is contained in:
Ayaz Salikhov
2025-03-25 15:33:26 +00:00
committed by GitHub
parent 2ce2c06a22
commit 100187f79d
8 changed files with 35 additions and 42 deletions

View File

@@ -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)