run grep-sed

This commit is contained in:
Chao Xu
2015-10-08 18:33:22 -07:00
parent cbb3deb182
commit e3d984be27
4 changed files with 16 additions and 17 deletions

View File

@@ -287,7 +287,7 @@ func TestDefaultAPIGroupVersion(t *testing.T) {
}
// TestExpapi verifies that the unexported exapi creates
// the an experimental api APIGroupVersion.
// the an experimental unversioned.APIGroupVersion.
func TestExpapi(t *testing.T) {
master, config, assert := setUp(t)
@@ -465,7 +465,7 @@ func TestDiscoveryAtAPIS(t *testing.T) {
assert.Equal(http.StatusOK, resp.StatusCode)
groupList := api.APIGroupList{}
groupList := unversioned.APIGroupList{}
assert.NoError(decodeResponse(resp, &groupList))
if err != nil {
t.Fatalf("unexpected error: %v", err)