We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2525852 + 3fef4ef commit 024a8baCopy full SHA for 024a8ba
coderd/rbac/roles_test.go
@@ -197,7 +197,7 @@ func TestRolePermissions(t *testing.T) {
197
},
198
199
{
200
- Name: "C__DMyWorkspaceInOrg",
+ Name: "CreateDeleteMyWorkspaceInOrg",
201
// When creating the WithID won't be set, but it does not change the result.
202
Actions: []policy.Action{policy.ActionCreate, policy.ActionDelete},
203
Resource: rbac.ResourceWorkspace.WithID(workspaceID).InOrg(orgID).WithOwner(currentUser.String()),
0 commit comments