Merge pull request #19502 from swagiaal/internalize-ownership

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-01-26 23:06:39 -08:00
43 changed files with 219 additions and 227 deletions

View File

@@ -210,7 +210,7 @@ func TestPlugin(t *testing.T) {
t.Errorf("Got unexpected path: %s", path)
}
if err := builder.SetUp(); err != nil {
if err := builder.SetUp(nil); err != nil {
t.Errorf("Expected success, got: %v", err)
}