mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Remove unused code in UT files in pkg/
This commit is contained in:
@@ -47,10 +47,10 @@ func testPortForward(t *testing.T, flags map[string]string, args []string) {
|
||||
version := "v1"
|
||||
|
||||
tests := []struct {
|
||||
name string
|
||||
podPath, pfPath, container string
|
||||
pod *api.Pod
|
||||
pfErr bool
|
||||
name string
|
||||
podPath, pfPath string
|
||||
pod *api.Pod
|
||||
pfErr bool
|
||||
}{
|
||||
{
|
||||
name: "pod portforward",
|
||||
|
||||
Reference in New Issue
Block a user