mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: expose Everyone group through UI (#9117)
- Allows setting quota allowances on the 'Everyone' group.
This commit is contained in:
@ -373,8 +373,7 @@ func TestTemplateACL(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
|
||||
require.Len(t, acl.Groups, 1)
|
||||
// We don't return members for the 'Everyone' group.
|
||||
require.Len(t, acl.Groups[0].Members, 0)
|
||||
require.Len(t, acl.Groups[0].Members, 2)
|
||||
require.Len(t, acl.Users, 0)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user