Merge pull request #23366 from goltermann/vet

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-03-24 21:50:56 -07:00
42 changed files with 68 additions and 72 deletions

View File

@@ -722,7 +722,7 @@ func TestFindVPCID(t *testing.T) {
}
vpcID, err := c.findVPCID()
if err != nil {
t.Errorf("Unexpected error:", err)
t.Errorf("Unexpected error: %v", err)
}
if vpcID != "vpc-mac0" {
t.Errorf("Unexpected vpcID: %s", vpcID)