Skip to content

Commit 742bd4e

Browse files
committed
fixup! feat(enterprise/scim): add support for multi-organization
1 parent 0c51f58 commit 742bd4e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

enterprise/coderd/organizations_test.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,7 @@ func TestPatchOrganizationsByUser(t *testing.T) {
368368
DeploymentValues: dv,
369369
},
370370
LicenseOptions: &coderdenttest.LicenseOptions{
371-
Features: license.Features{
372-
codersdk.FeatureMultipleOrganizations: 1,
373-
},
371+
FeatureSet: codersdk.FeatureSetPremium,
374372
},
375373
})
376374
ctx := testutil.Context(t, testutil.WaitMedium)

0 commit comments

Comments
 (0)