Skip to content

Commit 96ab692

Browse files
committed
fix cli too
1 parent 793e648 commit 96ab692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/cli/provisionerkeys_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func TestProvisionerKeys(t *testing.T) {
2626
client, owner := coderdenttest.New(t, &coderdenttest.Options{
2727
LicenseOptions: &coderdenttest.LicenseOptions{
2828
Features: license.Features{
29-
codersdk.FeatureMultipleOrganizations: 1,
29+
codersdk.FeatureExternalProvisionerDaemons: 1,
3030
},
3131
},
3232
})

0 commit comments

Comments
 (0)