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

@@ -325,7 +325,7 @@ func TestGenerateService(t *testing.T) {
t.Errorf("unexpected error: %v", err)
}
if test.expectPOST != sawPOST {
t.Error("expectPost: %v, sawPost: %v", test.expectPOST, sawPOST)
t.Errorf("expectPost: %v, sawPost: %v", test.expectPOST, sawPOST)
}
}
}