forked from TrueCloudLab/distribution
Remove unnecessary error pointer formats in test
The linter was complaining about these and they are quite unnecessary.
This commit is contained in:
parent
d957768537
commit
2ced84f31d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue