@@ -133,7 +133,7 @@ func TestPortForward(t *testing.T) {
133133
134134 // Launch port-forward in a goroutine so we can start dialing
135135 // the "local" listener.
136- cmd , root := clitest .New (t , "port-forward" , workspace .Name , flag )
136+ cmd , root := clitest .New (t , "-v" , " port-forward" , workspace .Name , flag )
137137 clitest .SetupConfig (t , client , root )
138138 buf := newThreadSafeBuffer ()
139139 cmd .SetOut (buf )
@@ -179,7 +179,7 @@ func TestPortForward(t *testing.T) {
179179
180180 // Launch port-forward in a goroutine so we can start dialing
181181 // the "local" listeners.
182- cmd , root := clitest .New (t , "port-forward" , workspace .Name , flag1 , flag2 )
182+ cmd , root := clitest .New (t , "-v" , " port-forward" , workspace .Name , flag1 , flag2 )
183183 clitest .SetupConfig (t , client , root )
184184 buf := newThreadSafeBuffer ()
185185 cmd .SetOut (buf )
@@ -234,7 +234,7 @@ func TestPortForward(t *testing.T) {
234234
235235 // Launch port-forward in a goroutine so we can start dialing
236236 // the "local" listeners.
237- cmd , root := clitest .New (t , append ([]string {"port-forward" , workspace .Name }, flags ... )... )
237+ cmd , root := clitest .New (t , append ([]string {"-v" , " port-forward" , workspace .Name }, flags ... )... )
238238 clitest .SetupConfig (t , client , root )
239239 buf := newThreadSafeBuffer ()
240240 cmd .SetOut (buf )
0 commit comments