Skip to content

Commit f730e2f

Browse files
committed
crypto: fix TokenLifetime proto name to new
Signed-off-by: Andrey Butusov <[email protected]>
1 parent 645106c commit f730e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/crypto/requests_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ var reqMetaHdr = &protosession.RequestMetaHeader{
153153
Body: &protosession.SessionToken_Body{
154154
Id: []byte("any_ID"),
155155
OwnerId: &refs.OwnerID{Value: []byte("any_session_owner")},
156-
Lifetime: &protosession.SessionToken_Body_TokenLifetime{
156+
Lifetime: &protosession.TokenLifetime{
157157
Exp: 9296388864757340046, Nbf: 7616299382059580946, Iat: 7881369180031591601,
158158
},
159159
SessionKey: []byte("any_session_key"),

0 commit comments

Comments
 (0)