add session to host change.

This commit is contained in:
Miroslav Šedivý
2024-05-06 23:47:13 +02:00
parent b562c797b3
commit 416faa3df4
9 changed files with 46 additions and 46 deletions

View File

@ -97,7 +97,7 @@ func TestHostsOnly(t *testing.T) {
}
// r2 is host
sessionManager.SetHost(session)
session.SetAsHost()
r3, _, err := rWithSession(types.MemberProfile{CanHost: false})
if err != nil {