8000 feat: split cli roles edit command into create and update commands by brettkolodny · Pull Request #17121 · coder/coder · GitHub
[go: up one dir, main page]

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
Merged
Prev Previous commit
fix: update string in org roles cli test to reflect real output
  • Loading branch information
brettkolodny committed Apr 4, 2025
commit 38bbc69e03782192d5ba49f2344456d65cc659aa
2 changes: 1 addition & 1 deletion enterprise/cli/organization_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,6 @@ func TestUpdateOrganizationRoles(t *testing.T) {
inv.Stdout = buf
err := inv.WithContext(ctx).Run()
require.Error(t, err)
require.ErrorContains(t, err, "The role test-role does not exist exists.")
require.ErrorContains(t, err, "The role test-role does not exist.")
})
}
Loading
0