mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
cleanup TODO comments from PrintFlags wiring
This commit is contained in:
@@ -153,6 +153,6 @@ func TestCreateDeploymentNoImage(t *testing.T) {
|
||||
t.Fatalf("unexpected error: %v", err)
|
||||
}
|
||||
|
||||
err = options.Run(tf)
|
||||
err = options.Run()
|
||||
assert.Error(t, err, "at least one image must be specified")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user