forked from TrueCloudLab/frostfs-api-go
service: access Token message fields through getters and setters
This commit is contained in:
parent
091f953ebf
commit
c6971d2004
6 changed files with 36 additions and 43 deletions
|
@ -194,7 +194,7 @@ func TestRequestVerificationHeader_SetToken(t *testing.T) {
|
|||
require.NoError(t, err)
|
||||
|
||||
token := new(Token)
|
||||
token.ID = id
|
||||
token.SetID(id)
|
||||
|
||||
h := new(RequestVerificationHeader)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue