mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: add error that provisionerkeys require the externalprovisioners feature (#15541)
This commit is contained in:
committed by
GitHub
parent
16ade985ae
commit
968c52bc36
@ -26,7 +26,8 @@ func TestProvisionerKeys(t *testing.T) {
|
||||
},
|
||||
LicenseOptions: &coderdenttest.LicenseOptions{
|
||||
Features: license.Features{
|
||||
codersdk.FeatureMultipleOrganizations: 1,
|
||||
codersdk.FeatureExternalProvisionerDaemons: 1,
|
||||
codersdk.FeatureMultipleOrganizations: 1,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user