diff --git a/megaport/provider_test.go b/megaport/provider_test.go index 91a750f..b3c244c 100644 --- a/megaport/provider_test.go +++ b/megaport/provider_test.go @@ -22,6 +22,9 @@ func init() { } func TestProvider(t *testing.T) { + if err := Provider().(*schema.Provider).InternalValidate(); err != nil { + t.Fatalf("Provider.InternalValidate(): %s", err) + } testAccPreCheck(t) c := testAccProvider.Meta() if c == nil {