Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Adem Baccara <71262172+Adembc@users.noreply.github.com>
  • Loading branch information
Adembc committed Oct 7, 2024
1 parent b641aaa commit 180adaa
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ var _ = Describe("WorkspaceKind Controller", func() {
newWorkspaceKind = workspaceKind.DeepCopy()
newWorkspaceKind.Spec.PodTemplate.Culling.ActivityProbe = kubefloworgv1beta1.ActivityProbe{
Exec: &kubefloworgv1beta1.ActivityProbeExec{
Command: []string{"bash", "-c", "exit 0"},
OutputPath: "/path/to/output",
TimeoutSeconds: 9,
Script: "echo 'hello, world!'",
},
Jupyter: &kubefloworgv1beta1.ActivityProbeJupyter{
LastActivity: true,
Expand Down

0 comments on commit 180adaa

Please sign in to comment.