mirror of
https://github.com/aler9/gortsplib
synced 2025-10-16 12:10:48 +08:00
update golangci-lint (#535)
This commit is contained in:
@@ -156,7 +156,7 @@ func FuzzRTPInfoUnmarshal(f *testing.F) {
|
||||
f.Add(ca.vin[0])
|
||||
}
|
||||
|
||||
f.Fuzz(func(t *testing.T, b string) {
|
||||
f.Fuzz(func(_ *testing.T, b string) {
|
||||
var h RTPInfo
|
||||
h.Unmarshal(base.HeaderValue{b}) //nolint:errcheck
|
||||
})
|
||||
|
Reference in New Issue
Block a user