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