forked from TrueCloudLab/distribution
commit
908ea39d7c
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ func TestSimpleBlobUpload(t *testing.T) {
|
|||
|
||||
d, err := bs.Stat(ctx, desc.Digest)
|
||||
if err == nil {
|
||||
t.Fatalf("unexpected non-error stating deleted blob: %s", d)
|
||||
t.Fatalf("unexpected non-error stating deleted blob: %v", d)
|
||||
}
|
||||
|
||||
switch err {
|
||||
|
|
Loading…
Reference in a new issue