Skip to content

Commit a68e19d

Browse files
committed
fix reserved role name in test
1 parent f3537f4 commit a68e19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/coderd/users_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func TestAssignCustomOrgRoles(t *testing.T) {
265265
ctx := testutil.Context(t, testutil.WaitShort)
266266
// Create a custom role as an organization admin that allows making templates.
267267
auditorRole, err := client.PatchOrganizationRole(ctx, owner.OrganizationID, codersdk.Role{
268-
Name: "template-admin",
268+
Name: "org-template-admin",
269269
OrganizationID: owner.OrganizationID.String(),
270270
DisplayName: "Template Admin",
271271
SitePermissions: nil,

0 commit comments

Comments
 (0)