mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
feat: add --key flag to provisionerd start (#14002)
This commit is contained in:
@ -703,9 +703,6 @@ func TestProvisionerDaemonServe(t *testing.T) {
|
||||
Provisioners: []codersdk.ProvisionerType{
|
||||
codersdk.ProvisionerTypeEcho,
|
||||
},
|
||||
Tags: map[string]string{
|
||||
provisionersdk.TagScope: provisionersdk.ScopeOrganization,
|
||||
},
|
||||
PreSharedKey: tc.requestPSK,
|
||||
ProvisionerKey: tc.requestProvisionerKey,
|
||||
})
|
||||
|
Reference in New Issue
Block a user