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

@@ -79,9 +79,7 @@ func (h Authorization) Write() base.HeaderValue {
return base.HeaderValue{"Basic " + response}
case AuthDigest:
default: // AuthDigest
return h.DigestValues.Write()
}
return nil
}