Skip to content

Commit

Permalink
fix test_schdule (#1262)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <[email protected]>

Fixes #1260
  • Loading branch information
psschwei authored Mar 26, 2024
1 parent 841db74 commit f50a33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/tests/api/test_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_already_created_ray_cluster_execute_job(
job.save()

mocker.get(
"http://test_user-head-svc:8265/api/packages/gcs/_ray_pkg_6068c19fb3b8530f.zip",
"http://test_user-head-svc:8265/api/packages/gcs/_ray_pkg_0a62fe483960e4e9.zip",
status_code=200,
)
mocker.post(
Expand Down

0 comments on commit f50a33d

Please sign in to comment.