Remove unnecessary commented imports
This commit is contained in:
parent
abffa67a49
commit
ba9c7323a9
|
@ -4,13 +4,8 @@ import (
|
|||
"testing"
|
||||
|
||||
r "github.com/hashicorp/terraform/helper/resource"
|
||||
// "github.com/hashicorp/terraform/terraform"
|
||||
)
|
||||
|
||||
// var testProviders = map[string]terraform.ResourceProvider{
|
||||
// "template": Provider(),
|
||||
// }
|
||||
|
||||
func TestRender(t *testing.T) {
|
||||
testCases := []struct {
|
||||
ResourceBlock string
|
||||
|
|
Loading…
Reference in New Issue