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

@@ -110,9 +110,6 @@ func (h *Authenticate) Read(v base.HeaderValue) error {
case "algorithm":
h.Algorithm = &v
default:
// ignore non-standard keys
}
}