mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
sync: Added support for syncing notary/cosign signatures, closes #261
Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
e6d6d5a7de
commit
1109bb4dde
@@ -37,6 +37,9 @@ func TestCache(t *testing.T) {
|
||||
err = cache.PutBlob("key", path.Join(dir, "value"))
|
||||
So(err, ShouldBeNil)
|
||||
|
||||
err = cache.PutBlob("key", "value")
|
||||
So(err, ShouldNotBeNil)
|
||||
|
||||
exists = cache.HasBlob("key", "value")
|
||||
So(exists, ShouldBeTrue)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user