forked from TrueCloudLab/frostfs-node
[#1377] oid, cid: Upgrade SDK package
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
f65898a354
commit
f15e6e888f
118 changed files with 1455 additions and 886 deletions
|
@ -37,7 +37,7 @@ func TestAuditResults(t *testing.T) {
|
|||
var auditRes auditAPI.Result
|
||||
auditRes.ForEpoch(epoch)
|
||||
auditRes.SetAuditorKey(key.PublicKey().Bytes())
|
||||
auditRes.ForContainer(*id)
|
||||
auditRes.ForContainer(id)
|
||||
|
||||
prm := PutPrm{}
|
||||
prm.SetResult(&auditRes)
|
||||
|
@ -46,7 +46,7 @@ func TestAuditResults(t *testing.T) {
|
|||
|
||||
time.Sleep(5 * time.Second)
|
||||
|
||||
list, err := auditClientWrapper.ListAuditResultIDByCID(epoch, id)
|
||||
list, err := auditClientWrapper.ListAuditResultIDByCID(epoch, &id)
|
||||
require.NoError(t, err)
|
||||
require.Len(t, list, 1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue