Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Sep 22, 2024
1 parent dd5bf29 commit 40c5b5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_ray_remote_jobs():
cm_manager.create_code_map()

# create cluster
remote_jobs = RayRemoteJobs(server_url=server_url, additional_params=additional_params)
remote_jobs = RayRemoteJobs(server_url=server_url)
status, error = remote_jobs.create_ray_cluster(
name="job-test", namespace="default", head_node=head_node, worker_nodes=[worker_node]
)
Expand Down

0 comments on commit 40c5b5a

Please sign in to comment.