mirror of
https://github.com/distribution/distribution.git
synced 2025-09-01 23:17:33 +00:00
Remove unnecessary error pointer formats in test
The linter was complaining about these and they are quite unnecessary.
This commit is contained in:
@@ -80,7 +80,7 @@ func TestVerifierUnsupportedDigest(t *testing.T) {
|
||||
}
|
||||
|
||||
if err != ErrDigestUnsupported {
|
||||
t.Fatalf("incorrect error for unsupported digest: %v %p %p", err, ErrDigestUnsupported, err)
|
||||
t.Fatalf("incorrect error for unsupported digest: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user