This commit is contained in:
Shreyas Goenka 2024-10-22 15:53:25 +02:00
parent 934ae80ab6
commit 78b39a43e6
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 1 deletions

View File

@ -115,6 +115,5 @@ func TestPipelineRunnerRestart(t *testing.T) {
}, nil) }, nil)
_, err := runner.Restart(ctx, &Options{}) _, err := runner.Restart(ctx, &Options{})
// TODO: assert on the output.
require.NoError(t, err) require.NoError(t, err)
} }