forked from TrueCloudLab/frostfs-s3-gw
[#488] Sync using oid.ID
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
85c203e157
commit
c88a9842db
18 changed files with 224 additions and 139 deletions
|
@ -36,7 +36,7 @@ func TestObjectLockAttributes(t *testing.T) {
|
|||
foundLock, err := tc.layer.GetLockInfo(tc.ctx, p)
|
||||
require.NoError(t, err)
|
||||
|
||||
lockObj := tc.getObjectByID(*foundLock.RetentionOID)
|
||||
lockObj := tc.getObjectByID(foundLock.Retention())
|
||||
require.NotNil(t, lockObj)
|
||||
|
||||
expEpoch := false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue