Skip to content

Commit

Permalink
Make ray tests pass
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Graetz <[email protected]>
  • Loading branch information
fg91 committed Feb 9, 2024
1 parent 1299d64 commit bd96c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flyteplugins/go/tasks/plugins/k8s/ray/ray_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func dummyRayTaskContext(taskTemplate *core.TaskTemplate, resources *corev1.Reso
overrides := &mocks.TaskOverrides{}
overrides.OnGetResources().Return(resources)
overrides.OnGetExtendedResources().Return(extendedResources)
overrides.OnGetContainerImage().Return("")

taskExecutionMetadata := &mocks.TaskExecutionMetadata{}
taskExecutionMetadata.OnGetTaskExecutionID().Return(tID)
Expand Down

0 comments on commit bd96c79

Please sign in to comment.