github.com/maheshbr/terraform@v0.3.1-0.20141020033300-deec7194a3ea/builtin/providers/digitalocean/provider_test.go (about) 1 package digitalocean 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 }