run grep-sed
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user