mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 07:37:07 +08:00
simplify usage of auth.Validate (#557)
This commit is contained in:
@@ -30,7 +30,6 @@ func FuzzValidate(f *testing.F) {
|
||||
"myuser",
|
||||
"mypass",
|
||||
nil,
|
||||
nil,
|
||||
"IPCAM",
|
||||
"abcde",
|
||||
)
|
||||
@@ -48,7 +47,6 @@ func TestValidateAdditionalErrors(t *testing.T) {
|
||||
},
|
||||
"myuser",
|
||||
"mypass",
|
||||
nil,
|
||||
[]headers.AuthMethod{headers.AuthDigestMD5},
|
||||
"IPCAM",
|
||||
"abcde",
|
||||
|
Reference in New Issue
Block a user