8000 chore: always use new codepath over deprecated by Emyrk · Pull Request #14050 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: always use new codepath over deprecated #14050

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 6 commits into from
Jul 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmy
  • Loading branch information
Emyrk committed Jul 30, 2024
commit 13ede7f7f0666ed8bb121c45f1c7cab95f6af8b3
3 changes: 2 additions & 1 deletion enterprise/coderd/workspaces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ func TestCreateWorkspace(t *testing.T) {
Features: license.Features{
codersdk.FeatureTemplateRBAC: 1,
},
}})
},
})

templateAdmin, _ := coderdtest.CreateAnotherUser(t, ownerClient, owner.OrganizationID, rbac.RoleTemplateAdmin())
user, _ := coderdtest.CreateAnotherUser(t, ownerClient, owner.OrganizationID, rbac.RoleMember())
Expand Down
0