[#333] Update sdk

Update sdk to fix "invalid session token owner" error

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2022-01-25 17:41:01 +03:00 committed by Alex Vanin
parent badc94e904
commit 8fc19b11db
6 changed files with 15 additions and 32 deletions

View file

@ -201,7 +201,7 @@ func (t *testPool) AnnounceContainerUsedSpace(ctx context.Context, announcements
panic("implement me")
}
func (t *testPool) Connection() (client.Client, *session.Token, error) {
func (t *testPool) Connection() (pool.Client, *session.Token, error) {
panic("implement me")
}