Skip to content

Commit 9a4693a

Browse files
committed
fix: remove projects test as disabled in test org
1 parent e87878b commit 9a4693a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

test/unit-complete/variables.tf

+1-10
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,7 @@ variable "projects" {
101101
name = string,
102102
body = string
103103
}))
104-
default = [
105-
{
106-
name = "Testproject"
107-
body = "This is a fancy test project for testing"
108-
},
109-
{
110-
name = "Another Testproject"
111-
body = "This is a fancy test project for testing"
112-
}
113-
]
104+
default = []
114105
}
115106

116107
variable "issue_labels" {

0 commit comments

Comments
 (0)