We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ec075 commit 63366b5Copy full SHA for 63366b5
cli/portforward_test.go
@@ -190,6 +190,7 @@ func TestPortForward(t *testing.T) {
190
testDial(t, c2)
191
testDial(t, c1)
192
193
+ cancel()
194
err = <-errC
195
require.ErrorIs(t, err, context.Canceled)
196
})
@@ -240,6 +241,7 @@ func TestPortForward(t *testing.T) {
240
241
242
243
244
245
246
247
@@ -297,6 +299,7 @@ func TestPortForward(t *testing.T) {
297
299
298
300
301
302
303
304
305
@@ -367,6 +370,7 @@ func TestPortForward(t *testing.T) {
367
370
testDial(t, conns[i])
368
371
}
369
372
373
374
err := <-errC
375
376
0 commit comments