mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 23:19:47 +00:00
fix: golangci
This commit is contained in:
@@ -369,7 +369,6 @@ func builtInTransportNames() []string {
|
||||
return []string{transportData, transportVideo, transportSEI, transportVP8}
|
||||
}
|
||||
|
||||
//nolint:cyclop // matrix of carrier×transport expectations is naturally branchy
|
||||
func realE2ECaseExpectation(carrierName, transportName string) realE2EExpectation {
|
||||
switch carrierName {
|
||||
case "telemost":
|
||||
|
||||
@@ -106,7 +106,6 @@ func TestDefaultsAndSetters(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
//nolint:cyclop // table-driven test naturally has many branches
|
||||
func TestNormalizeBuildRoomAndClamp(t *testing.T) {
|
||||
tests := map[string]string{
|
||||
"datachannel": dataTransport,
|
||||
|
||||
Reference in New Issue
Block a user