Skip to content

Commit 8eeffb1

Browse files
committed
work on tests
1 parent 54437f2 commit 8eeffb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enterprise/coderd/provisionerkeys_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ func TestProvisionerKey(t *testing.T) {
148148
},
149149
LicenseOptions: &coderdenttest.LicenseOptions{
150150
Features: license.Features{
151-
codersdk.FeatureMultipleOrganizations: 1,
151+
codersdk.FeatureMultipleOrganizations: 1,
152+
codersdk.FeatureExternalProvisionerDaemons: 1,
152153
},
153154
},
154155
})

0 commit comments

Comments
 (0)