mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: implement acl for workspaces (#19094)
This commit is contained in:
@@ -168,6 +168,8 @@ func TestGenerator(t *testing.T) {
|
||||
DeletingAt: w.DeletingAt,
|
||||
AutomaticUpdates: w.AutomaticUpdates,
|
||||
Favorite: w.Favorite,
|
||||
GroupACL: database.WorkspaceACL{},
|
||||
UserACL: database.WorkspaceACL{},
|
||||
}
|
||||
require.Equal(t, exp, table)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user