mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Enable kubectl proxy to set tcp keepalive
This commit is contained in:
@@ -452,7 +452,7 @@ func TestPathHandling(t *testing.T) {
|
||||
|
||||
for _, tt := range table {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
p, err := NewServer("", tt.prefix, "/not/used/for/this/test", nil, cc)
|
||||
p, err := NewServer("", tt.prefix, "/not/used/for/this/test", nil, cc, 0)
|
||||
if err != nil {
|
||||
t.Fatalf("%#v: %v", tt, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user