From 9a4693a85802738bebd04b181798274e4352a68d Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Thu, 20 Oct 2022 14:11:54 +0200 Subject: [PATCH] fix: remove projects test as disabled in test org --- test/unit-complete/variables.tf | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/test/unit-complete/variables.tf b/test/unit-complete/variables.tf index fab5130..55b155f 100644 --- a/test/unit-complete/variables.tf +++ b/test/unit-complete/variables.tf @@ -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" {