Skip to content

Commit 5ef834e

Browse files
committed
Test fixes
1 parent fbd613e commit 5ef834e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

provider/parameter_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ func TestParameter(t *testing.T) {
8585
data "coder_parameter" "region" {
8686
name = "Region"
8787
type = "number"
88+
default = 1
8889
option {
8990
name = "1"
9091
value = "1"
@@ -102,6 +103,7 @@ func TestParameter(t *testing.T) {
102103
data "coder_parameter" "region" {
103104
name = "Region"
104105
type = "string"
106+
default = "1"
105107
option {
106108
name = "1"
107109
value = "1"

0 commit comments

Comments
 (0)