From 4c4e47b766fe22b5413951bb7e6d616ebd87e00e Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Fri, 28 Jun 2024 20:24:59 +1200 Subject: [PATCH] test: fix the reference port in expose port test (#69) --- test/jobs-exposed-port-live.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jobs-exposed-port-live.jl b/test/jobs-exposed-port-live.jl index 1d7a04d40..4a5cbc9af 100644 --- a/test/jobs-exposed-port-live.jl +++ b/test/jobs-exposed-port-live.jl @@ -69,7 +69,7 @@ end alias="exposed-port-no-image", auth, ) try - test_job_with_exposed_port(job; port=23456, check_input=true) + test_job_with_exposed_port(job; port=30000, check_input=true) finally # Kill the job, since we don't want the job to run unnecessarily long JuliaHub.kill_job(job)