8000
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 c74baef commit cedf39fCopy full SHA for cedf39f
coderd/workspaces_test.go
@@ -3549,6 +3549,7 @@ func TestWorkspaceWithRichParameters(t *testing.T) {
3549
Name: firstParameterName,
3550
Type: firstParameterType,
3551
Description: firstParameterDescription,
3552
+ FormType: proto.ParameterFormType_INPUT,
3553
},
3554
{
3555
Name: secondParameterName,
@@ -3558,6 +3559,7 @@ func TestWorkspaceWithRichParameters(t *testing.T) {
3558
3559
ValidationMin: ptr.Ref(int32(1)),
3560
ValidationMax: ptr.Ref(int32(3)),
3561
ValidationMonotonic: string(secondParameterValidationMonotonic),
3562
3563
3564
3565
Name: thirdParameterName,
0 commit comments