Skip to content

Commit 4c4e47b

Browse files
authored
test: fix the reference port in expose port test (#69)
1 parent 29ef0e6 commit 4c4e47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jobs-exposed-port-live.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ end
6969
alias="exposed-port-no-image", auth,
7070
)
7171
try
72-
test_job_with_exposed_port(job; port=23456, check_input=true)
72+
test_job_with_exposed_port(job; port=30000, check_input=true)
7373
finally
7474
# Kill the job, since we don't want the job to run unnecessarily long
7575
JuliaHub.kill_job(job)

0 commit comments

Comments
 (0)