mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: add e2e tests for organization members (#15807)
This commit is contained in:
@@ -8621,6 +8621,10 @@ func (q *FakeQuerier) OrganizationMembers(_ context.Context, arg database.Organi
|
||||
tmp = append(tmp, database.OrganizationMembersRow{
|
||||
OrganizationMember: organizationMember,
|
||||
Username: user.Username,
|
||||
AvatarURL: user.AvatarURL,
|
||||
Name: user.Name,
|
||||
Email: user.Email,
|
||||
GlobalRoles: user.RBACRoles,
|
||||
})
|
||||
}
|
||||
return tmp, nil
|
||||
|
||||
Reference in New Issue
Block a user