mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
update golangci-lint
This commit is contained in:
@@ -409,7 +409,6 @@ func TestServerHighLevelPublishRead(t *testing.T) {
|
||||
cert, err := tls.X509KeyPair(serverCert, serverKey)
|
||||
require.NoError(t, err)
|
||||
s.TLSConfig = &tls.Config{Certificates: []tls.Certificate{cert}}
|
||||
|
||||
} else {
|
||||
proto = "rtsp"
|
||||
s.UDPRTPAddress = "127.0.0.1:8000"
|
||||
|
Reference in New Issue
Block a user