8000 more explicit form type in unit test · coder/coder@cedf39f · GitHub
[go: up one dir, main page]

Skip to content

Commit cedf39f

Browse files
committed
more explicit form type in unit test
1 parent c74baef commit cedf39f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/workspaces_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,6 +3549,7 @@ func TestWorkspaceWithRichParameters(t *testing.T) {
35493549
Name: firstParameterName,
35503550
Type: firstParameterType,
35513551
Description: firstParameterDescription,
3552+
FormType: proto.ParameterFormType_INPUT,
35523553
},
35533554
{
35543555
Name: secondParameterName,
@@ -3558,6 +3559,7 @@ func TestWorkspaceWithRichParameters(t *testing.T) {
35583559
ValidationMin: ptr.Ref(int32(1)),
35593560
ValidationMax: ptr.Ref(int32(3)),
35603561
ValidationMonotonic: string(secondParameterValidationMonotonic),
3562+
FormType: proto.ParameterFormType_INPUT,
35613563
},
35623564
{
35633565
Name: thirdParameterName,

0 commit comments

Comments
 (0)
0