mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore: include custom roles in list org roles (#13336)
* chore: include custom roles in list org roles * move cli show roles to org scope
This commit is contained in:
@ -198,6 +198,6 @@ func TestCustomRole(t *testing.T) {
|
||||
OrganizationPermissions: nil,
|
||||
UserPermissions: nil,
|
||||
})
|
||||
require.ErrorContains(t, err, "Invalid role name")
|
||||
require.ErrorContains(t, err, "Validation")
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user