We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b21e2 commit c3b32a2Copy full SHA for c3b32a2
coderd/provisionerdserver/provisionerdserver_test.go
@@ -629,6 +629,8 @@ func TestAcquireJob(t *testing.T) {
629
Metadata: &sdkproto.Metadata{
630
CoderUrl: (&url.URL{}).String(),
631
WorkspaceOwnerGroups: []string{database.EveryoneGroup},
632
+ TemplateVersionId: uuid.Nil.String(),
633
+ TemplateId: uuid.Nil.String(),
634
},
635
636
})
@@ -677,6 +679,8 @@ func TestAcquireJob(t *testing.T) {
677
679
678
680
681
682
+ TemplateVersionId: version.ID.String(),
683
684
685
686
0 commit comments