Skip to content

Commit e32b243

Browse files
committed
test: fix port
1 parent 90eaa3b commit e32b243

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/k8s/test_k8s.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,11 +1571,10 @@ async def test_flow_slow_load_executor(logger, docker_images, tmpdir, k8s_cluste
15711571
core_client = client.CoreV1Api(api_client=api_client)
15721572
app_client = client.AppsV1Api(api_client=api_client)
15731573
try:
1574-
port = random_port()
1574+
port = 8080
15751575
flow = Flow().add(
15761576
name='slow_load_executor',
15771577
uses=f'docker://{docker_images[0]}',
1578-
port=port,
15791578
timeout_ready=65000,
15801579
)
15811580

0 commit comments

Comments
 (0)