8000 feat: implement WorkspaceCreationBan org role by Emyrk · Pull Request #16686 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: implement WorkspaceCreationBan org role #16686

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
Feb 27, 2025
Prev Previous commit
Next Next commit
fixup lint
  • Loading branch information
Emyrk committed Feb 24, 2025
commit 59e1eb1740c3467ea17c3c8bfced3d318e664879
1 change: 1 addition & 0 deletions coderd/workspaces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ func TestWorkspace(t *testing.T) {
TemplateVersionID: uuid.UUID{},
Name: "random",
})
require.NoError(t, err)
coderdtest.AwaitWorkspaceBuildJobCompleted(t, client, wrk.LatestBuild.ID)

// Then: They cannot delete said workspace
Expand Down
Loading
0