File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -378,6 +378,7 @@ func (api *API) updateEntitlements(ctx context.Context) error {
378
378
codersdk .FeatureExternalProvisionerDaemons : true ,
379
379
codersdk .FeatureAdvancedTemplateScheduling : true ,
380
380
codersdk .FeatureWorkspaceProxy : true ,
381
+ codersdk .FeatureUserRoleManagement : true ,
381
382
})
382
383
if err != nil {
383
384
return err
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ func TestUserOIDC(t *testing.T) {
47
47
OIDCConfig : config ,
48
48
},
49
49
LicenseOptions : & coderdenttest.LicenseOptions {
50
- Features : license.Features {codersdk .FeatureTemplateRBAC : 1 },
50
+ Features : license.Features {codersdk .FeatureUserRoleManagement : 1 },
51
51
},
52
52
})
53
53
@@ -93,7 +93,7 @@ func TestUserOIDC(t *testing.T) {
93
93
OIDCConfig : config ,
94
94
},
95
95
LicenseOptions : & coderdenttest.LicenseOptions {
96
- Features : license.Features {codersdk .FeatureTemplateRBAC : 1 },
96
+ Features : license.Features {codersdk .FeatureUserRoleManagement : 1 },
97
97
},
98
98
})
99
99
You can’t perform that action at this time.
0 commit comments