mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
improve coverage
This commit is contained in:
@@ -102,8 +102,8 @@ func TestAuthorizationReadError(t *testing.T) {
|
||||
},
|
||||
{
|
||||
"digest invalid",
|
||||
base.HeaderValue{`Basic`},
|
||||
"invalid authorization header",
|
||||
base.HeaderValue{`Digest test="v`},
|
||||
"apexes not closed (test=\"v)",
|
||||
},
|
||||
} {
|
||||
t.Run(ca.name, func(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user