diff --git a/connection/quic_test.go b/connection/quic_test.go index fca61ede..fe2c0112 100644 --- a/connection/quic_test.go +++ b/connection/quic_test.go @@ -716,6 +716,7 @@ func testQUICConnection(udpListenerAddr net.Addr, t *testing.T, index uint8) *QU qc, err := NewQUICConnection( testQUICConfig, udpListenerAddr, + nil, index, tlsClientConfig, &mockOrchestrator{originProxy: &mockOriginProxyWithRequest{}},