mirror of
https://github.com/distribution/distribution
synced 2025-02-23 06:49:36 +01:00
Merge pull request #275 from docker/stevvooe-patch-2
digest: remove unnecessary error pointer formats in test
This commit is contained in:
commit
06fcf053e7
@ -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 New Issue
Block a user