Skip to content

feat: split cli roles edit command into create and update commands #17121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 4, 2025
Prev Previous commit
Next Next commit
fix: add call to Parallel in test
  • Loading branch information
brettkolodny committed Apr 1, 2025
commit c90838fbec71c7f5bd878d50e5dffa40fe769dbc
2 changes: 2 additions & 0 deletions enterprise/cli/organization_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ func TestUpdateOrganizationRoles(t *testing.T) {
t.Parallel()

t.Run("JSON", func(t *testing.T) {
t.Parallel()

ownerClient, db, owner := coderdenttest.NewWithDatabase(t, &coderdenttest.Options{
LicenseOptions: &coderdenttest.LicenseOptions{
Features: license.Features{
Expand Down
Loading