File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
coderd/provisionerdserver Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,6 @@ func TestAcquireJob(t *testing.T) {
241
241
WorkspaceBuild : & proto.AcquiredJob_WorkspaceBuild {
242
242
WorkspaceBuildId : build .ID .String (),
243
243
WorkspaceName : workspace .Name ,
244
- ParameterValues : []* sdkproto.ParameterValue {},
245
244
VariableValues : []* sdkproto.VariableValue {
246
245
{
247
246
Name : "first" ,
Original file line number Diff line number Diff line change @@ -371,18 +371,6 @@ func TestProvisionerd(t *testing.T) {
371
371
completeChan = make (chan struct {})
372
372
completeOnce sync.Once
373
373
374
- parameterValues = []* sdkproto.ParameterValue {
375
- {
376
- DestinationScheme : sdkproto .ParameterDestination_PROVISIONER_VARIABLE ,
377
- Name : "test_var" ,
378
- Value : "dean was here" ,
379
- },
380
- {
381
- DestinationScheme : sdkproto .ParameterDestination_PROVISIONER_VARIABLE ,
382
- Name : "test_var_2" ,
383
- Value : "1234" ,
384
- },
385
- }
386
374
metadata = & sdkproto.Provision_Metadata {}
387
375
)
388
376
@@ -402,8 +390,7 @@ func TestProvisionerd(t *testing.T) {
402
390
}),
403
391
Type : & proto.AcquiredJob_TemplateDryRun_ {
404
392
TemplateDryRun : & proto.AcquiredJob_TemplateDryRun {
405
- ParameterValues : parameterValues ,
406
- Metadata : metadata ,
393
+ Metadata : metadata ,
407
394
},
408
395
},
409
396
}, nil
You can’t perform that action at this time.
0 commit comments