Skip to content

Commit

Permalink
test: fix the reference port in expose port test (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored Jun 28, 2024
1 parent 29ef0e6 commit 4c4e47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jobs-exposed-port-live.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c4e47b

Please sign in to comment.