Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ad8d249

Browse files
committedFeb 19, 2024
revert
1 parent 50eec53 commit ad8d249

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed
 

‎provider/parameter_test.go

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,6 @@ func TestParameter(t *testing.T) {
149149
}
150150
`,
151151
ExpectError: regexp.MustCompile("is not a bool"),
152-
}, {
153-
Name: "Bool_CustomError",
154-
Config: `
155-
data "coder_parameter" "region" {
156-
name = "region"
157-
type = "bool"
158-
default = true
159-
validation {
160-
error = "foobar"
161-
}
162-
}
163-
`,
164-
ExpectError: regexp.MustCompile("is not a bool"),
165152
}, {
166153
Name: "OptionNotBool",
167154
Config: `

0 commit comments

Comments
 (0)
Please sign in to comment.