forked from TrueCloudLab/frostfs-sdk-go
[#190] sdk-go: Pass user.ID by value
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
1c07098740
commit
157a9930e8
17 changed files with 53 additions and 42 deletions
|
@ -37,7 +37,7 @@ func TestContainerProtocolV2(t *testing.T) {
|
|||
restoreID()
|
||||
|
||||
// Owner
|
||||
usr := *usertest.ID()
|
||||
usr := usertest.ID()
|
||||
var usrV2 refs.OwnerID
|
||||
usr.WriteToV2(&usrV2)
|
||||
restoreUser := func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue