Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Oct 22, 2024
1 parent 78b39a4 commit d060e52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bundle/run/job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func runJobRunnerRestartTest(t *testing.T, jobSettings *jobs.JobSettings) {
m := mocks.NewMockWorkspaceClient(t)
b.SetWorkpaceClient(m.WorkspaceClient)
ctx := context.Background()
ctx = cmdio.InContext(ctx, cmdio.NewIO(flags.OutputText, &bytes.Buffer{}, &bytes.Buffer{}, &bytes.Buffer{}, "", "..."))
ctx = cmdio.InContext(ctx, cmdio.NewIO(flags.OutputText, &bytes.Buffer{}, &bytes.Buffer{}, &bytes.Buffer{}, "", ""))
ctx = cmdio.NewContext(ctx, cmdio.NewLogger(flags.ModeAppend))

jobApi := m.GetMockJobsAPI()
Expand Down
1 change: 0 additions & 1 deletion cmd/bundle/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ task or a Python wheel task, the second example applies.
}

runOptions.NoWait = noWait

var output output.RunOutput
if restart {
output, err = runner.Restart(ctx, &runOptions)
Expand Down

0 comments on commit d060e52

Please sign in to comment.