mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-27 04:06:43 +00:00
chore: golangci-lint update.
This commit is contained in:
@ -78,7 +78,7 @@ func FuzzUnmarshal(f *testing.F) {
|
||||
str := strings.Join(items, sep)
|
||||
f.Add([]byte(str))
|
||||
|
||||
f.Fuzz(func(t *testing.T, secret []byte) {
|
||||
f.Fuzz(func(_ *testing.T, secret []byte) {
|
||||
encodedSecret := base64.StdEncoding.EncodeToString(secret)
|
||||
|
||||
creds := &Credentials{}
|
||||
|
||||
Reference in New Issue
Block a user