github.com/bengesoff/terraform@v0.3.1-0.20141018223233-b25a53629922/builtin/providers/aws/provider_test.go (about)

     1  package aws
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestProvider(t *testing.T) {
     8  	if err := Provider().InternalValidate(); err != nil {
     9  		t.Fatalf("err: %s", err)
    10  	}
    11  }