Skip to content

Commit

Permalink
fix: remove projects test as disabled in test org
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Oct 20, 2022
1 parent e87878b commit 9a4693a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions test/unit-complete/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,7 @@ variable "projects" {
name = string,
body = string
}))
default = [
{
name = "Testproject"
body = "This is a fancy test project for testing"
},
{
name = "Another Testproject"
body = "This is a fancy test project for testing"
}
]
default = []
}

variable "issue_labels" {
Expand Down

0 comments on commit 9a4693a

Please sign in to comment.