mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
simplify kubectl testing factory
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
)
|
||||
|
||||
func TestValidateArgs(t *testing.T) {
|
||||
f, _ := cmdtesting.NewAPIFactory()
|
||||
f := cmdtesting.NewTestFactory()
|
||||
|
||||
tests := []struct {
|
||||
testName string
|
||||
|
||||
Reference in New Issue
Block a user