cleanup TODO comments from PrintFlags wiring

This commit is contained in:
juanvallejo
2018-05-07 17:47:29 -04:00
parent a67ccaeab1
commit 7b1b107ea4
17 changed files with 208 additions and 193 deletions

View File

@@ -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")
}