simplify kubectl testing factory

This commit is contained in:
David Eads
2018-02-22 09:52:10 -05:00
parent 82eeda0885
commit 6047ead2e5
50 changed files with 508 additions and 781 deletions

View File

@@ -24,7 +24,7 @@ import (
)
func TestValidateArgs(t *testing.T) {
f, _ := cmdtesting.NewAPIFactory()
f := cmdtesting.NewTestFactory()
tests := []struct {
testName string