mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 15:46:51 +08:00
update golangci-lint (#535)
This commit is contained in:
@@ -103,7 +103,7 @@ func FuzzAuthorizationUnmarshal(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 Authorization
|
||||
h.Unmarshal(base.HeaderValue{b}) //nolint:errcheck
|
||||
})
|
||||
|
Reference in New Issue
Block a user