improve coverage

This commit is contained in:
aler9
2021-05-22 17:18:09 +02:00
parent cd378ad0bf
commit 53e8f32bd0
11 changed files with 77 additions and 25 deletions

View File

@@ -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) {