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 f110129 commit d330f21Copy full SHA for d330f21
provider/parameter_test.go
@@ -689,13 +689,13 @@ data "coder_parameter" "region" {
689
func TestValueValidatesType(t *testing.T) {
690
t.Parallel()
691
for _, tc := range []struct {
692
- Name string
693
- Type provider.OptionType
694
- Value string
695
- Regex,
696
- RegexError string
697
- Min,
698
- Max int
+ Name string
+ Type provider.OptionType
+ Value string
+ Regex string
+ RegexError string
+ Min int
+ Max int
699
MinDisabled, MaxDisabled bool
700
Monotonic string
701
Error *regexp.Regexp
0 commit comments