Skip to content

Commit 0b28b64

Browse files
committed
fixup! remove invalid option
1 parent 12aec75 commit 0b28b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provider/parameter_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ data "coder_parameter" "region" {
689689
func TestValueValidatesType(t *testing.T) {
690690
t.Parallel()
691691
for _, tc := range []struct {
692-
Name,
693-
Type provider.OptionType
692+
Name string
693+
Type provider.OptionType
694694
Value string
695695
Regex,
696696
RegexError string

0 commit comments

Comments
 (0)