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:
@@ -18,7 +18,7 @@ func FuzzValidate(f *testing.F) {
|
||||
f.Add(`Digest realm=123,nonce=123,username=123,uri=123,response=123`)
|
||||
f.Add(`Digest realm=123,nonce=abcde,username=123,uri=123,response=123`)
|
||||
|
||||
f.Fuzz(func(t *testing.T, a string) {
|
||||
f.Fuzz(func(_ *testing.T, a string) {
|
||||
Validate( //nolint:errcheck
|
||||
&base.Request{
|
||||
Method: base.Describe,
|
||||
|
Reference in New Issue
Block a user