[#487] Fix tests

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
remotes/KirillovDenis/bugfix/681-fix_acl_parsing
Angira Kekteeva 2022-06-02 21:01:00 +04:00 committed by Alex Vanin
parent e904ed51c7
commit dbfac29171
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ func (tc *testContext) getObject(objectName, versionID string, needError bool) (
err = tc.layer.GetObject(tc.ctx, &GetObjectParams{
ObjectInfo: objInfo,
Writer: content,
BucketInfo: tc.bktInfo,
})
require.NoError(tc.t, err)